diff --git a/app/components/forms/admin/content/social-links-form.js b/app/components/forms/admin/content/social-links-form.js index d7bdf7a8833..d2d6b4abfec 100644 --- a/app/components/forms/admin/content/social-links-form.js +++ b/app/components/forms/admin/content/social-links-form.js @@ -51,13 +51,13 @@ export default Component.extend(FormMixin, { } ] }, - googlePlus: { - identifier : 'google_plus', + googleGroup: { + identifier : 'google_group', optional : true, rules : [ { - type : 'containsExactly[plus.google.com]', - prompt : this.l10n.t('Please enter a valid google plus url') + type : 'containsExactly[groups.google.com]', + prompt : this.l10n.t('Please enter a valid google group url') }, { type : 'regExp', diff --git a/app/templates/components/forms/admin/content/social-links-form.hbs b/app/templates/components/forms/admin/content/social-links-form.hbs index 06779ebc9e0..c1c9fc61fd0 100644 --- a/app/templates/components/forms/admin/content/social-links-form.hbs +++ b/app/templates/components/forms/admin/content/social-links-form.hbs @@ -21,10 +21,10 @@ }}
- + {{widgets/forms/link-input segmentedLink=socials.segmentedGoogleUrl - inputId='google_plus' + inputId='google_group' }}