Update root.vue

Fix for #8897 (Description of stable is not suitable )
pull/10018/head
rakekniven 7 years ago committed by GitHub
parent 81ad19b4e2
commit 94f5a21b48
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      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() {

Loading…
Cancel
Save