diff --git a/src/App.vue b/src/App.vue
index c91eb18..95c7519 100644
--- a/src/App.vue
+++ b/src/App.vue
@@ -8,7 +8,7 @@
{{ $t('about.summary') }}
- {{ $t('intro.start') }}
+ {{ $t('intro.start') }}
@@ -21,6 +21,8 @@
color="orange"
class="overlayButton"
@click.native.stop="() => showReportDialog()"
+ role="button"
+ :aria-label="$t('buttons.reportProblem')"
>
report_problem
@@ -30,7 +32,7 @@
{{ error }}
- Retry
+ Retry
diff --git a/src/views/Settings.vue b/src/views/Settings.vue
index bc26873..ed16347 100644
--- a/src/views/Settings.vue
+++ b/src/views/Settings.vue
@@ -16,7 +16,7 @@
v-model="preventSuspend"
>
- {{ $t('settings.save') }}
+ {{ $t('settings.save') }}