Skip to content

Commit

Permalink
Add missing translations
Browse files Browse the repository at this point in the history
  • Loading branch information
duncte123 committed Jun 7, 2024
1 parent 2a76a1a commit 3233c6a
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
<div class="field is-horizontal">
<div class="field-label is-normal">
<label for="setup-text-{{i}}">Custom label (this needs translation):</label>
<label for="setup-text-{{i}}">{{ 'marathon.schedule.management.settings.customLabel' | translate }}:</label>
</div>
<div class="field-body">
<div class="field">
<input class="input" type="text" name="setup-text-{{i}}" id="setup-text-{{i}}" [(ngModel)]="line.setupBlockText" placeholder="Setup Block"/>
<p class="help">
Leave empty for default text
{{ 'marathon.schedule.management.help.setupBlock' | translate }}
</p>
</div>
</div>
Expand Down
2 changes: 1 addition & 1 deletion src/assets/i18n
Submodule i18n updated from 603081 to 053c0f

0 comments on commit 3233c6a

Please sign in to comment.