Skip to content

Commit

Permalink
Avoid message re-use
Browse files Browse the repository at this point in the history
  • Loading branch information
AS1100K committed Nov 26, 2024
1 parent 2b85ca9 commit a9f7069
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 1 deletion.
1 change: 1 addition & 0 deletions i18n/en.json
Original file line number Diff line number Diff line change
Expand Up @@ -74,6 +74,7 @@
"validations": "Validations",
"index-page": "Index page",
"index-pages": "Index pages",
"index-pages-label": "Index pages:",
"user-results": "User results",
"revision": "Revision",
"date": "Date",
Expand Down
1 change: 1 addition & 0 deletions i18n/qqq.json
Original file line number Diff line number Diff line change
Expand Up @@ -70,6 +70,7 @@
"validations": "Table header of the user details' table.",
"index-page": "Table header of the user details' table.",
"index-pages": "Section header for the list of index pages.",
"index-pages-label": "Label for the list of index pages.",
"user-results": "Breadcrumb text for the user results page.",
"revision": "Table header of the user details' table.",
"date": "Table header of the user details' table.\n{{Identical|Date}}",
Expand Down
2 changes: 1 addition & 1 deletion templates/contests_edit.html.twig
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@
</div>
<div class="row">
<p class="col-md-6 form-group">
<label for="index_pages" class="fw-bold">{{ msg('index-pages') }}:</label>
<label for="index_pages" class="fw-bold">{{ msg('index-pages-label') }}</label>
<textarea id="index_pages" name="index_pages" class="form-control" rows="12">{{ index_pages }}</textarea>
<span class="text-muted">{{ msg('full-url-index-pages') }}</span>
</p>
Expand Down

0 comments on commit a9f7069

Please sign in to comment.