Commit c7c85a1a authored by Sam Bigelow's avatar Sam Bigelow

Update ee gitlab.pot

Fix compatability issue
parent 3c397105
...@@ -769,7 +769,7 @@ describe('ee merge request widget options', () => { ...@@ -769,7 +769,7 @@ describe('ee merge request widget options', () => {
vm.$nextTick(() => { vm.$nextTick(() => {
const tooltip = vm.$el.querySelector('.fa-question-circle'); const tooltip = vm.$el.querySelector('.fa-question-circle');
expect(vm.$el.textContent).toContain('Removes source branch'); expect(vm.$el.textContent).toContain('Deletes source branch');
expect(tooltip.getAttribute('data-original-title')).toBe( expect(tooltip.getAttribute('data-original-title')).toBe(
'A user with write access to the source branch selected this option', 'A user with write access to the source branch selected this option',
); );
...@@ -784,7 +784,7 @@ describe('ee merge request widget options', () => { ...@@ -784,7 +784,7 @@ describe('ee merge request widget options', () => {
vm.mr.state = 'merged'; vm.mr.state = 'merged';
vm.$nextTick(() => { vm.$nextTick(() => {
expect(vm.$el.textContent).toContain('The source branch has been removed'); expect(vm.$el.textContent).toContain('The source branch has been deleted');
expect(vm.$el.textContent).not.toContain('Removes source branch'); expect(vm.$el.textContent).not.toContain('Removes source branch');
done(); done();
......
...@@ -362,7 +362,7 @@ msgstr "" ...@@ -362,7 +362,7 @@ msgstr ""
msgid "<strong>%{pushes}</strong> pushes, more than <strong>%{commits}</strong> commits by <strong>%{people}</strong> contributors." msgid "<strong>%{pushes}</strong> pushes, more than <strong>%{commits}</strong> commits by <strong>%{people}</strong> contributors."
msgstr "" msgstr ""
msgid "<strong>Removes</strong> source branch" msgid "<strong>Deletes</strong> source branch"
msgstr "" msgstr ""
msgid "A 'Runner' is a process which runs a job. You can set up as many Runners as you need." msgid "A 'Runner' is a process which runs a job. You can set up as many Runners as you need."
...@@ -11061,12 +11061,6 @@ msgstr "" ...@@ -11061,12 +11061,6 @@ msgstr ""
msgid "mrWidget|Refreshing now" msgid "mrWidget|Refreshing now"
msgstr "" msgstr ""
msgid "mrWidget|Remove Source Branch"
msgstr ""
msgid "mrWidget|Remove source branch"
msgstr ""
msgid "mrWidget|Remove your approval" msgid "mrWidget|Remove your approval"
msgstr "" msgstr ""
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment