diff options
author | koalp <49921473+koalp@users.noreply.github.com> | 2021-04-09 17:00:32 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-04-09 11:00:32 -0400 |
commit | 3dc099773d6d9ebb747db18f0b69fdd09e8b018d (patch) | |
tree | 5cfdbc5e14780ceab2914658b8baaf32640c3383 /options/locale/locale_en-US.ini | |
parent | 9d2c251214ad49a438fff14cc6ce55477cb22414 (diff) | |
download | gitea-3dc099773d6d9ebb747db18f0b69fdd09e8b018d.tar.gz gitea-3dc099773d6d9ebb747db18f0b69fdd09e8b018d.zip |
Fix mirror_lfs source string in en-US locale (#15369)
The mirror_lfs source string was set to "Large File System" instead of "Large File Storage"
This has been fixed
Diffstat (limited to 'options/locale/locale_en-US.ini')
-rw-r--r-- | options/locale/locale_en-US.ini | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/options/locale/locale_en-US.ini b/options/locale/locale_en-US.ini index a23fdd78d4..5e88a6861e 100644 --- a/options/locale/locale_en-US.ini +++ b/options/locale/locale_en-US.ini @@ -726,7 +726,7 @@ mirror_address = Clone From URL mirror_address_desc = Put any required credentials in the Clone Authorization section. mirror_address_url_invalid = The provided url is invalid. You must escape all components of the url correctly. mirror_address_protocol_invalid = The provided url is invalid. Only http(s):// or git:// locations can be mirrored from. -mirror_lfs = Large File System (LFS) +mirror_lfs = Large File Storage (LFS) mirror_lfs_desc = Activate mirroring of LFS data. mirror_lfs_endpoint = LFS Endpoint mirror_lfs_endpoint_desc = Sync will attempt to use the clone url to <a target="_blank" rel="noopener noreferrer" href="%s">determine the LFS server</a>. You can also specify a custom endpoint if the repository LFS data is stored somewhere else. |