summaryrefslogtreecommitdiff
path: root/src/client/app/mobile/views/pages/settings.vue
diff options
context:
space:
mode:
Diffstat (limited to 'src/client/app/mobile/views/pages/settings.vue')
-rw-r--r--src/client/app/mobile/views/pages/settings.vue4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/client/app/mobile/views/pages/settings.vue b/src/client/app/mobile/views/pages/settings.vue
index 2bd64b6270..fceaebc66d 100644
--- a/src/client/app/mobile/views/pages/settings.vue
+++ b/src/client/app/mobile/views/pages/settings.vue
@@ -360,12 +360,12 @@ export default Vue.extend({
this.checkingForUpdate = false;
this.latestVersion = newer;
if (newer == null) {
- this.$dialog({
+ this.$root.alert({
title: this.$t('no-updates'),
text: this.$t('no-updates-desc')
});
} else {
- this.$dialog({
+ this.$root.alert({
title: this.$t('update-available'),
text: this.$t('update-available-desc')
});