From 94f5a21b481ecb5bdccb4d6e35e68d09a2a1a949 Mon Sep 17 00:00:00 2001 From: rakekniven Date: Wed, 27 Jun 2018 11:30:24 +0200 Subject: [PATCH] Update root.vue Fix for #8897 (Description of stable is not suitable ) --- apps/updatenotification/js-src/components/root.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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', 'stable is the most recent stable version. It is suited for production use and will always update to the latest major version.'); + return t('updatenotification', 'stable is the most recent stable version. It is suited for regular use and will always update to the latest major version.'); }, betaInfoString: function() {