mirror of
https://codeberg.org/forgejo/forgejo.git
synced 2026-06-09 12:02:07 -04:00
fix(ui): a few small runners UI fixes (#12115)
Followup to https://codeberg.org/forgejo/forgejo/pulls/11516 The string will be fixed in other languages though Weblate after this PR is merged Reviewed-on: https://codeberg.org/forgejo/forgejo/pulls/12115 Reviewed-by: Gusted <gusted@noreply.codeberg.org> Reviewed-by: Mathieu Fenniak <mfenniak@noreply.codeberg.org>
This commit is contained in:
parent
1b6e124087
commit
8cdfe1d57a
2 changed files with 3 additions and 3 deletions
|
|
@ -576,7 +576,7 @@
|
|||
"actions.runners.runner_setup.program_options_snippet_aria": "How to invoke forgejo-runner",
|
||||
"actions.runners.runner_setup.instruction_replace_connection_name": "Replace the connection name (<code>forgejo</code> in the example) with a value of your liking.",
|
||||
"actions.runners.runner_setup.heading_using_options": "Using program options",
|
||||
"actions.runners.runner_setup.instruction_advanced_configurations": "For configuring Forgejo Runner running in containers or advanced configurations, see the <a href=\"https://TO-BE-REPLACED.COM\">documentation</a>.",
|
||||
"actions.runners.runner_setup.instruction_advanced_configurations": "For configuring Forgejo Runner running in containers or advanced configurations, see the <a href=\"%s\">documentation</a>.",
|
||||
"actions.runners.none": "No runners available",
|
||||
"actions.runners.reset_registration_token.token": "Registration Token (Deprecated)",
|
||||
"actions.runners.reset_registration_token.button": "Reset registration token",
|
||||
|
|
|
|||
|
|
@ -2,7 +2,7 @@
|
|||
<h4 class="ui top attached header">
|
||||
{{ctx.Locale.Tr "actions.runners.runner_setup.title" .Runner.Name}}
|
||||
<div class="ui right">
|
||||
<a class="ui secondary tiny button" href="{{.RunnersListLink}}" tabindex="0">
|
||||
<a class="ui basic tiny button" href="{{.RunnersListLink}}" tabindex="0">
|
||||
{{ctx.Locale.Tr "actions.runners.runner_setup.list_of_runners_link"}}
|
||||
</a>
|
||||
</div>
|
||||
|
|
@ -50,6 +50,6 @@ $ forgejo-runner daemon \
|
|||
--token-url file:///path/to/runner-token \
|
||||
--label docker:docker://node:lts
|
||||
</code></pre>
|
||||
<p>{{ctx.Locale.Tr "actions.runners.runner_setup.instruction_advanced_configurations"}}</p>
|
||||
<p>{{ctx.Locale.Tr "actions.runners.runner_setup.instruction_advanced_configurations" "https://forgejo.org/docs/latest/admin/actions/"}}</p>
|
||||
</div>
|
||||
</div>
|
||||
|
|
|
|||
Loading…
Reference in a new issue