mirror of
https://github.com/discourse/discourse.git
synced 2025-09-07 12:02:53 +08:00
UX: adds subtitle support for modals
This commit is contained in:
parent
43b1768987
commit
8128cbd7db
7 changed files with 36 additions and 7 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue