UX: Add missing translation (#14592)

This commit is contained in:
Gerhard Schlager 2021-10-13 11:23:53 +02:00 committed by GitHub
parent b59c419253
commit 76c9de2d04
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 3 deletions

View File

@ -29,7 +29,7 @@
{{/if}}
{{#if useDuration}}
<div class="controls">
<label class="control-label">Duration</label>
<label class="control-label">{{i18n "topic.topic_status_update.duration"}}</label>
{{relative-time-picker onChange=(action "durationChanged") durationMinutes=(readonly topicTimer.duration_minutes)}}
</div>
{{/if}}

View File

@ -2653,6 +2653,7 @@ en:
time_frame_required: "Please select a time frame"
min_duration: "Duration must be greater than 0"
max_duration: "Duration must be less than 20 years"
duration: "Duration"
auto_update_input:
none: "Select a timeframe"
now: "Now"
@ -3932,8 +3933,6 @@ en:
no_group_messages_title: "No group messages found"
# This section is exported to the javascript for i18n in the admin section
admin_js:
type_to_filter: "type to filter..."