aboutsummaryrefslogtreecommitdiffstats
path: root/core/js/tests
diff options
context:
space:
mode:
authorJulius Härtl <jus@bitgrid.net>2020-12-17 15:29:54 +0100
committerGitHub <noreply@github.com>2020-12-17 15:29:54 +0100
commitb9330887cac3fd778f6f3a43eb4cfe01e599dbc7 (patch)
tree3036f4ef308b5a1546f0fbc01d14656deea3ac5d /core/js/tests
parentcc9cbc56b81843e1b58e771010142b2a0987376c (diff)
parent15956c20c3f9889c718761683bb89b92156ff2b6 (diff)
downloadnextcloud-server-b9330887cac3fd778f6f3a43eb4cfe01e599dbc7.tar.gz
nextcloud-server-b9330887cac3fd778f6f3a43eb4cfe01e599dbc7.zip
Merge pull request #24740 from nextcloud/bugfix/24738/improve-phone-region-help
Improve hints for default_phone_region
Diffstat (limited to 'core/js/tests')
-rw-r--r--core/js/tests/specs/setupchecksSpec.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/core/js/tests/specs/setupchecksSpec.js b/core/js/tests/specs/setupchecksSpec.js
index 737fb7743fd..530cc0fcc1e 100644
--- a/core/js/tests/specs/setupchecksSpec.js
+++ b/core/js/tests/specs/setupchecksSpec.js
@@ -1143,7 +1143,7 @@ describe('OC.SetupChecks tests', function() {
async.done(function( data, s, x ){
expect(data).toEqual([{
- msg: 'Your installation has no default phone region set. This is required to be able to validate phone numbers in the profile settings without a country code. To allow numbers without a country code, please add "default_phone_region" with the respective ISO 3166-1 code of the wished region.',
+ msg: 'Your installation has no default phone region set. This is required to validate phone numbers in the profile settings without a country code. To allow numbers without a country code, please add "default_phone_region" with the respective <a target="_blank" rel="noreferrer noopener" class="external" href="https://en.wikipedia.org/wiki/ISO_3166-1_alpha-2#Officially_assigned_code_elements">ISO 3166-1 code ↗</a> of the region to your config file.',
type: OC.SetupChecks.MESSAGE_TYPE_INFO
}]);
done();