Skip to content

Commit 4482769

Browse files
strklunny
authored andcommitted
Reword the reinit_missing_repos message to be clear about what it does (#1047)
I was confused by current wording, which seemed to imply that *records* would be initialized, while instead the function initializes the *git repositories* instead, where missing but referenced.
1 parent f141214 commit 4482769

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

options/locale/locale_en-US.ini

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1005,8 +1005,8 @@ dashboard.resync_all_sshkeys = Rewrite '.ssh/authorized_keys' file (caution: non
10051005
dashboard.resync_all_sshkeys_success = All public keys have been rewritten successfully.
10061006
dashboard.resync_all_hooks = Resync pre-receive, update and post-receive hooks of all repositories.
10071007
dashboard.resync_all_hooks_success = All repositories' pre-receive, update and post-receive hooks have been resynced successfully.
1008-
dashboard.reinit_missing_repos = Reinitialize all repository records that lost Git files
1009-
dashboard.reinit_missing_repos_success = All repository records that lost Git files have been reinitialized successfully.
1008+
dashboard.reinit_missing_repos = Reinitialize all lost Git repositories for which records exist
1009+
dashboard.reinit_missing_repos_success = All lost Git repositories for which records existed have been reinitialized successfully.
10101010
10111011
dashboard.server_uptime = Server Uptime
10121012
dashboard.current_goroutine = Current Goroutines

0 commit comments

Comments
 (0)