mirror of
https://github.com/discourse/discourse.git
synced 2025-05-22 02:41:13 +08:00
UX: adds subtitle support for modals
This commit is contained in:
@ -1,5 +1,6 @@
|
||||
{{#d-modal-body
|
||||
title="discourse_local_dates.create.modal_title"
|
||||
subtitle="discourse_local_dates.create.modal_subtitle"
|
||||
class="discourse-local-dates-create-modal"
|
||||
style="overflow: auto"}}
|
||||
|
||||
|
@ -4,6 +4,7 @@ en:
|
||||
title: Insert date
|
||||
create:
|
||||
modal_title: Insert date
|
||||
modal_subtitle: "We will automatically convert the date and time to the viewer’s local time zone."
|
||||
form:
|
||||
insert: Insert
|
||||
advanced_mode: Advanced mode
|
||||
|
Reference in New Issue
Block a user