Skip to content

Commit 3222791

Browse files
committed
Tweak fallback error UT message.
1 parent 36c0440 commit 3222791

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

framerail/src/routes/+error.svelte

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -218,7 +218,7 @@ as soon as we can figure out prettier support for it.
218218
UNTRANSLATED:Lacks permissions for page
219219
{@html $page.error.compiled_html}
220220
{:else}
221-
UNTRANSLATED:Fallback error, invalid view type from backend
221+
UNTRANSLATED:Fatal error: Unable to display view
222222
{/if}
223223

224224
<style global lang="scss">

framerail/src/routes/[x+2d]/admin/+error.svelte

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ as soon as we can figure out prettier support for it.
1717
UNTRANSLATED:No such site
1818
{@html $page.error.html}
1919
{:else}
20-
UNTRANSLATED:Fallback error, invalid view type from backend
20+
UNTRANSLATED:Fatal error: Unable to display view
2121
{/if}
2222

2323
<style global lang="scss">

framerail/src/routes/[x+2d]/user/+error.svelte

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ as soon as we can figure out prettier support for it.
1717
UNTRANSLATED:No such site
1818
{@html $page.error.html}
1919
{:else}
20-
UNTRANSLATED:Fallback error, invalid view type from backend
20+
UNTRANSLATED:Fatal error: Unable to display view
2121
{/if}
2222

2323
<style global lang="scss">

0 commit comments

Comments
 (0)