Skip to content
Snippets Groups Projects
Verified Commit fd5625c9 authored by George Koltsov's avatar George Koltsov :red_circle: Committed by GitLab
Browse files

Merge branch 'aa-fix-enrollement-spelling' into 'master'

Fix enrollement spelling

See merge request gitlab-org/gitlab!174805



Merged-by: default avatarGeorge Koltsov <gkoltsov@gitlab.com>
Approved-by: default avatarAshraf Khamis <akhamis@gitlab.com>
Approved-by: default avatarGeorge Koltsov <gkoltsov@gitlab.com>
Co-authored-by: Alper Akgun's avatarAlper Akgun <aakgun@gitlab.com>
parents bf25802c e4f1d6d1
No related branches found
No related tags found
No related merge requests found
......@@ -15,7 +15,7 @@
= _('%{link_start}Communication Preference Center%{link_end}.').html_safe % { link_start: early_access_link_start, link_end: '</a>'.html_safe }
- c.with_footer do
= f.submit _('Confirm Enrollement'), data: { testid: 'confirm-early-access-enrollment-button' }, pajamas_button: true
= f.submit _('Confirm Enrollment'), data: { testid: 'confirm-early-access-enrollment-button' }, pajamas_button: true
= render Pajamas::ButtonComponent.new(variant: :info, href: edit_group_path(@group)) do
= _('Cancel')
......@@ -30,7 +30,7 @@
end
it 'has a confirm enrollment button' do
expect(rendered).to have_button('Confirm Enrollement',
expect(rendered).to have_button('Confirm Enrollment',
type: 'submit'
)
end
......
......@@ -14723,7 +14723,7 @@ msgstr ""
msgid "Confirm"
msgstr ""
 
msgid "Confirm Enrollement"
msgid "Confirm Enrollment"
msgstr ""
 
msgid "Confirm approval"
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment