diff options
| author | Henry Jameson <me@hjkos.com> | 2020-05-27 00:02:36 +0300 |
|---|---|---|
| committer | Henry Jameson <me@hjkos.com> | 2020-05-27 00:02:36 +0300 |
| commit | 3938ccb8e77afa33ebae2a00b74145399322a060 (patch) | |
| tree | 1e9057b1be1ba365862340bed5febf2e8923a5dc /src/components/async_component_error | |
| parent | a8e013bd6517edb3a81eb5001e6ab948cb87bedb (diff) | |
lint
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> |
