Update root.vue

Fix for #8897 (Description of stable is not suitable )
This commit is contained in:
rakekniven 2018-06-27 11:30:24 +02:00 committed by GitHub
parent 81ad19b4e2
commit 94f5a21b48
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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() {