Skip to content

Commit

Permalink
fix(default-theme): translate text from back button (#1949)
Browse files Browse the repository at this point in the history
* fix(default-theme): translate text from back button
  • Loading branch information
quando1910 committed Sep 19, 2022
1 parent a75276b commit ffd9c8e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/default-theme/src/components/views/error.page.vue
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
@click="$router.back()"
class="sf-button--full-width sf-button--text error-page__actions-button"
>
Back
{{ $t("Back") }}
</SwButton>
</div>
</div>
Expand Down

0 comments on commit ffd9c8e

Please sign in to comment.