Skip to content

Commit 3dc0997

Browse files
authored
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
1 parent 9d2c251 commit 3dc0997

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

options/locale/locale_en-US.ini

+1-1
Original file line numberDiff line numberDiff line change
@@ -726,7 +726,7 @@ mirror_address = Clone From URL
726726
mirror_address_desc = Put any required credentials in the Clone Authorization section.
727727
mirror_address_url_invalid = The provided url is invalid. You must escape all components of the url correctly.
728728
mirror_address_protocol_invalid = The provided url is invalid. Only http(s):// or git:// locations can be mirrored from.
729-
mirror_lfs = Large File System (LFS)
729+
mirror_lfs = Large File Storage (LFS)
730730
mirror_lfs_desc = Activate mirroring of LFS data.
731731
mirror_lfs_endpoint = LFS Endpoint
732732
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.

0 commit comments

Comments
 (0)