]> source.dussan.org Git - nextcloud-server.git/commitdiff
adviced should be advised 16840/head
authorVictor Goff <keeperotphones@gmail.com>
Fri, 23 Aug 2019 11:01:45 +0000 (07:01 -0400)
committerVictor Goff <keeperotphones@gmail.com>
Fri, 23 Aug 2019 11:01:45 +0000 (07:01 -0400)
Signed-off-by: Victor Goff <keeperotphones@gmail.com>
core/js/setupchecks.js
core/js/tests/specs/setupchecksSpec.js

index 0e8aeca8455910619aaaf9003c72544c2a274ec5..f9829954f16a607e0b7715206248f2660a215164 100644 (file)
                                        }
                                } else {
                                        messages.push({
-                                               msg: t('core', 'Accessing site insecurely via HTTP. You are strongly adviced to set up your server to require HTTPS instead, as described in the <a href="{docUrl}">security tips ↗</a>.', {docUrl:  tipsUrl}),
+                                               msg: t('core', 'Accessing site insecurely via HTTP. You are strongly advised to set up your server to require HTTPS instead, as described in the <a href="{docUrl}">security tips ↗</a>.', {docUrl:  tipsUrl}),
                                                type: OC.SetupChecks.MESSAGE_TYPE_WARNING
                                        });
                                }
index ab12ab63042b00a51ac45824d9fd43105bbe817d..86d4e47a8192cf14d710aca868b521b942c0db36 100644 (file)
@@ -1403,7 +1403,7 @@ describe('OC.SetupChecks tests', function() {
 
                async.done(function( data, s, x ){
                        expect(data).toEqual([{
-                               msg: 'Accessing site insecurely via HTTP. You are strongly adviced to set up your server to require HTTPS instead, as described in the <a href="https://docs.example.org/admin-security">security tips ↗</a>.',
+                               msg: 'Accessing site insecurely via HTTP. You are strongly advised to set up your server to require HTTPS instead, as described in the <a href="https://docs.example.org/admin-security">security tips ↗</a>.',
                                type: OC.SetupChecks.MESSAGE_TYPE_WARNING
                        }]);
                        done();