Skip to content

Commit 00e828a

Browse files
committed
AO3-6765 Use double quotes in skin preview message
1 parent 4405802 commit 00e828a

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

config/locales/controllers/en.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -319,7 +319,7 @@ en:
319319
remove_skin: Go back or follow any link to remove the skin.
320320
return_to_skin: Return to Skin to Use
321321
skin_title: You are previewing the skin %{title}.
322-
tip: 'Tip: You can preview any archive page you want by adding ''?site_skin=%{site_skin_id}'' to the end of the URL.'
322+
tip: 'Tip: You can preview any archive page you want by adding "?site_skin=%{site_skin_id}" to the end of the URL.'
323323
set:
324324
failure: Sorry, but only certain skins can be used this way (for performance reasons). Please drop a support request if you'd like %{skin_title} to be added!
325325
skin_page: "%{skin_title} skin page"

features/other_b/skin_public.feature

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -113,8 +113,8 @@ Feature: Public skins
113113
Then I should be on OTW_Translation's works page
114114
And I should see "You are previewing the skin Usable Skin."
115115
And I should see "Go back or follow any link to remove the skin"
116-
And I should see "Tip: You can preview any archive page you want by adding '?site_skin="
117-
And I should see "' to the end of the URL"
116+
And I should see 'Tip: You can preview any archive page you want by adding "?site_skin='
117+
And I should see '" to the end of the URL'
118118
When I follow "Return to Skin to Use"
119119
Then I should be on "Usable Skin" skin page
120120

0 commit comments

Comments
 (0)