Skip to content
Snippets Groups Projects
Commit be01c431 authored by Jan Provaznik's avatar Jan Provaznik
Browse files

Merge branch 'proof-read' into 'master'

Fix typo

See merge request gitlab-org/gitlab-ce!28939
parents 12aff0b7 6c0d4c95
No related branches found
No related tags found
No related merge requests found
Loading
Loading
@@ -100,7 +100,7 @@ export default {
this.fetchFiles();
}
})
.catch(() => createFlash(__('An error occurding while fetching folder content.')));
.catch(() => createFlash(__('An error occurred while fetching folder content.')));
},
normalizeData(key, data) {
return this.entries[key].concat(data.map(({ node }) => node));
Loading
Loading
Loading
Loading
@@ -853,9 +853,6 @@ msgstr ""
msgid "An error has occurred"
msgstr ""
 
msgid "An error occurding while fetching folder content."
msgstr ""
msgid "An error occurred creating the new branch."
msgstr ""
 
Loading
Loading
@@ -883,6 +880,9 @@ msgstr ""
msgid "An error occurred while dismissing the feature highlight. Refresh the page and try dismissing again."
msgstr ""
 
msgid "An error occurred while fetching folder content."
msgstr ""
msgid "An error occurred while fetching label colors."
msgstr ""
 
Loading
Loading
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