1
0
mirror of https://github.com/flarum/core.git synced 2025-08-14 04:14:06 +02:00

Fix nesting of rename_discussion translations

Refs #98.
This commit is contained in:
Franz Liedke
2017-02-28 22:39:33 +01:00
parent e7b794b55b
commit cf82c04525

View File

@@ -228,11 +228,6 @@ core:
reply_button: => core.ref.reply
restore_button: => core.ref.restore
# These translations are used by the rename discussion modal.
rename_discussion:
title: Enter a new title for this discussion
submit_button: Rename
# These translations are used in the discussion list.
discussion_list:
empty_text: It looks like there are no discussions here.
@@ -339,6 +334,11 @@ core:
reply_placeholder: => core.ref.write_a_reply
time_lapsed_text: "{period} later"
# These translations are used by the rename discussion modal.
rename_discussion:
title: Enter a new title for this discussion
submit_button: Rename
# These translations are used by the search results dropdown list.
search:
all_discussions_button: 'Search all discussions for "{query}"'