mirror of
https://github.com/flarum/core.git
synced 2025-08-13 20:04:24 +02:00
Remove unnecessary double quotes
Due to 0ec346fbfb
(the comma was the special character which needed double quotes before its removal)
This commit is contained in:
@@ -41,7 +41,7 @@ core:
|
||||
forum_description_text: Enter a short sentence or two that describes your community. This will appear in the meta tag and show up in search engines.
|
||||
forum_title_heading: Forum Title
|
||||
home_page_heading: Home Page
|
||||
home_page_text: "Choose the page which users will first see when they visit your forum."
|
||||
home_page_text: Choose the page which users will first see when they visit your forum.
|
||||
saved_message: Your changes were saved.
|
||||
show_language_selector_label: Show language selector
|
||||
submit_button: => core.ref.save_changes
|
||||
|
Reference in New Issue
Block a user