diff options
Diffstat (limited to 'src/components/async_component_error')
| -rw-r--r-- | src/components/async_component_error/async_component_error.vue | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/components/async_component_error/async_component_error.vue b/src/components/async_component_error/async_component_error.vue index 66b3fb53..b68b98f9 100644 --- a/src/components/async_component_error/async_component_error.vue +++ b/src/components/async_component_error/async_component_error.vue @@ -10,7 +10,7 @@ <button class="btn" @click="retry" - > + > {{ $t('general.retry') }} </button> </div> |
