filr: change verbose name (#73557)
gitea-wip/passerelle/pipeline/pr-main This commit looks good Details
gitea/passerelle/pipeline/head Something is wrong with the build of this commit Details

This commit is contained in:
Emmanuel Cazenave 2023-01-18 14:59:06 +01:00
parent 21ac84b4c2
commit bb3c4b29a4
1 changed files with 1 additions and 1 deletions

View File

@ -38,7 +38,7 @@ class Filr(BaseResource, HTTPResource):
category = _('File Storage')
class Meta:
verbose_name = _('Filr REST API')
verbose_name = _('Filr')
def _call(self, path, method='get', json_data=None, data=None, headers=None, params=None):
kwargs = {}