mirror of
https://codeberg.org/forgejo/forgejo.git
synced 2025-10-10 19:32:02 +00:00
[v8.0/forgejo] i18n(*): protect strings from breaking by v9 updates (#5341)
Reviewed-on: https://codeberg.org/forgejo/forgejo/pulls/5341 Reviewed-by: Earl Warren <earl-warren@noreply.codeberg.org>
This commit is contained in:
parent
9f0999215e
commit
f7ecae22e4
48 changed files with 482 additions and 482 deletions
|
@ -255,7 +255,7 @@
|
|||
<div class="field">
|
||||
<label for="branch_filter">{{ctx.Locale.Tr "repo.settings.branch_filter"}}</label>
|
||||
<input id="branch_filter" name="branch_filter" type="text" value="{{or .Webhook.BranchFilter "*"}}">
|
||||
<span class="help">{{ctx.Locale.Tr "repo.settings.branch_filter_desc"}}</span>
|
||||
<span class="help">{{ctx.Locale.Tr "repo.settings.branch_filter_desc_prev9"}}</span>
|
||||
</div>
|
||||
|
||||
{{$skipAuthorizationHeader := or (eq .HookType "sourcehut_builds") (eq .HookType "matrix")}}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue