diff options
Diffstat (limited to 'apps/updatenotification/js-src/components/root.vue')
-rw-r--r-- | apps/updatenotification/js-src/components/root.vue | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/updatenotification/js-src/components/root.vue b/apps/updatenotification/js-src/components/root.vue index 7902d80c951..2c3d82dc4dc 100644 --- a/apps/updatenotification/js-src/components/root.vue +++ b/apps/updatenotification/js-src/components/root.vue @@ -197,7 +197,7 @@ }, stableInfoString: function() { - return t('updatenotification', '<strong>stable</strong> is the most recent stable version. It is suited for production use and will always update to the latest major version.'); + return t('updatenotification', '<strong>stable</strong> is the most recent stable version. It is suited for regular use and will always update to the latest major version.'); }, betaInfoString: function() { |