Skip to content

Commit 11f639a

Browse files
maze-runnarkushthedudeabhinavk96
committed
fix: Renaming google plus entry to google groups in admin content social link page (#3588)
* Updating google plus to google groups regex * Changing google plus title to google groups * Test commit for netlify success * changin inputId from google_plus to google_groups * Changing identifier to google_groups * Changing GooglePlusUrl to GoogleGroupsUrl * Changing back to GooglePlusUrl * changing Google Groups to Google Group * changing groups to group * changing InputId from google_groups to google_group Co-authored-by: Kush Trivedi <[email protected]> Co-authored-by: Abhinav Khare <[email protected]>
1 parent e8cb96b commit 11f639a

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

app/components/forms/admin/content/social-links-form.js

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -51,13 +51,13 @@ export default Component.extend(FormMixin, {
5151
}
5252
]
5353
},
54-
googlePlus: {
55-
identifier : 'google_plus',
54+
googleGroup: {
55+
identifier : 'google_group',
5656
optional : true,
5757
rules : [
5858
{
59-
type : 'containsExactly[plus.google.com]',
60-
prompt : this.l10n.t('Please enter a valid google plus url')
59+
type : 'containsExactly[groups.google.com]',
60+
prompt : this.l10n.t('Please enter a valid google group url')
6161
},
6262
{
6363
type : 'regExp',

app/templates/components/forms/admin/content/social-links-form.hbs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,10 +21,10 @@
2121
}}
2222
</div>
2323
<div class="field">
24-
<label>{{t 'Google +'}}</label>
24+
<label>{{t 'Google Group'}}</label>
2525
{{widgets/forms/link-input
2626
segmentedLink=socials.segmentedGoogleUrl
27-
inputId='google_plus'
27+
inputId='google_group'
2828
}}
2929
</div>
3030
<div class="field">

0 commit comments

Comments
 (0)