File tree 2 files changed +2
-6
lines changed 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
2741
2741
dashboard.update_migration_poster_id = Update migration poster IDs
2742
2742
dashboard.git_gc_repos = Garbage collect all repositories
2743
2743
dashboard.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.)
2745
2744
dashboard.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.)
2747
2745
dashboard.resync_all_hooks = Resynchronize pre-receive, update and post-receive hooks of all repositories.
2748
2746
dashboard.reinit_missing_repos = Reinitialize all missing Git repositories for which records exist
2749
2747
dashboard.sync_external_users = Synchronize external user data
Original file line number Diff line number Diff line change 31
31
</tr>
32
32
{{if and (not .SSH.Disabled) (not .SSH.StartBuiltinServer)}}
33
33
<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>
36
35
<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>
37
36
</tr>
38
37
<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>
41
39
<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>
42
40
</tr>
43
41
{{end}}
You can’t perform that action at this time.
0 commit comments