diff options
author | rakekniven <mark.ziegler@rakekniven.de> | 2018-06-27 11:30:24 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-06-27 11:30:24 +0200 |
commit | 94f5a21b481ecb5bdccb4d6e35e68d09a2a1a949 (patch) | |
tree | f0ac9dd1dd74f7174bc47421d5384ef9aaeebfa2 /apps/updatenotification | |
parent | 81ad19b4e235f4ee12b10ec2a6f0c434f8b861fb (diff) | |
download | nextcloud-server-94f5a21b481ecb5bdccb4d6e35e68d09a2a1a949.tar.gz nextcloud-server-94f5a21b481ecb5bdccb4d6e35e68d09a2a1a949.zip |
Update root.vue
Fix for #8897 (Description of stable is not suitable )
Diffstat (limited to 'apps/updatenotification')
-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() { |