diff --git a/assets/javascripts/templates/error_tmpl.coffee b/assets/javascripts/templates/error_tmpl.coffee
index 2292094c..9679c9f5 100644
--- a/assets/javascripts/templates/error_tmpl.coffee
+++ b/assets/javascripts/templates/error_tmpl.coffee
@@ -3,7 +3,7 @@ error = (title, text = '', links = '') ->
links = """
#{_ links}
""" if links
"""#{_ title}
#{text}#{links}"""
-back = -> "#{_ en: 'Go back', ja: '戻る'}"
+back = -> "#{_ en: "Go back", ja: "戻る"}"
app.templates.notFoundPage = ->
error(
@@ -26,13 +26,15 @@ app.templates.pageLoadError = ->
ja: """ サーバーを誤っています。(アプリを再度読み込んでください)または、オフラインです。
この表示が続くようであれば、プロキシの制限やファイヤーウォールでクロスドメインリクエストがブロックされています。 """
,
- """ #{back()}
- ·
-
- #{_ en: 'Reload', ja: '再読み込み'}
-
- ·
- Retry """
+ """
+ #{back()}
+ ·
+
+ #{_ en: "Reload", ja: "再読み込み"}
+
+ ·
+ Retry
+ """
)
@@ -91,7 +93,7 @@ app.templates.offlineError = (reason, exception) ->
en: """ The IndexedDB database appears to be corrupted. Try resetting the app. """
ja: """IndexedDBデータベースに誤りがあります。 アプリをリセットしてみてください。 """
- error 'Offline mode is unavailable.', reason
+ error "Offline mode is unavailable.", reason
app.templates.unsupportedBrowser =
en: """