File tree Expand file tree Collapse file tree 2 files changed +2
-6
lines changed Expand file tree Collapse file tree 2 files changed +2
-6
lines changed Original file line number Diff line number Diff line change @@ -2741,9 +2741,7 @@ dashboard.deleted_branches_cleanup = Clean-up deleted branches
27412741dashboard.update_migration_poster_id = Update migration poster IDs
27422742dashboard.git_gc_repos = Garbage collect all repositories
27432743dashboard.resync_all_sshkeys = Update the ' .ssh/authorized_keys' file with Gitea SSH keys.
2744- dashboard.resync_all_sshkeys.desc = (Not needed for the built-in SSH server.)
27452744dashboard.resync_all_sshprincipals = Update the ' .ssh/authorized_principals' file with Gitea SSH principals.
2746- dashboard.resync_all_sshprincipals.desc = (Not needed for the built-in SSH server.)
27472745dashboard.resync_all_hooks = Resynchronize pre-receive, update and post-receive hooks of all repositories.
27482746dashboard.reinit_missing_repos = Reinitialize all missing Git repositories for which records exist
27492747dashboard.sync_external_users = Synchronize external user data
Original file line number Diff line number Diff line change 3131 </tr>
3232 {{if and (not .SSH.Disabled) (not .SSH.StartBuiltinServer)}}
3333 <tr>
34- <td>{{ctx.Locale.Tr "admin.dashboard.resync_all_sshkeys"}}<br>
35- {{ctx.Locale.Tr "admin.dashboard.resync_all_sshkeys.desc"}}</td>
34+ <td>{{ctx.Locale.Tr "admin.dashboard.resync_all_sshkeys"}}</td>
3635 <td class="text right"><button type="submit" class="ui primary button" name="op" value="resync_all_sshkeys">{{svg "octicon-play"}} {{ctx.Locale.Tr "admin.dashboard.operation_run"}}</button></td>
3736 </tr>
3837 <tr>
39- <td>{{ctx.Locale.Tr "admin.dashboard.resync_all_sshprincipals"}}<br>
40- {{ctx.Locale.Tr "admin.dashboard.resync_all_sshprincipals.desc"}}</td>
38+ <td>{{ctx.Locale.Tr "admin.dashboard.resync_all_sshprincipals"}}</td>
4139 <td class="text right"><button type="submit" class="ui primary button" name="op" value="resync_all_sshprincipals">{{svg "octicon-play" 16}} {{ctx.Locale.Tr "admin.dashboard.operation_run"}}</button></td>
4240 </tr>
4341 {{end}}
You can’t perform that action at this time.
0 commit comments