mirror of
https://github.com/discourse/discourse.git
synced 2024-11-25 10:20:58 -06:00
UX: Add missing translation (#14592)
This commit is contained in:
parent
b59c419253
commit
76c9de2d04
@ -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}}
|
||||
|
@ -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..."
|
||||
|
Loading…
Reference in New Issue
Block a user