Commit 6c0d4c95 authored by Katrin Leinweber's avatar Katrin Leinweber

Fix typo & run bin/rake gettext:regenerate

parent a546b76a
......@@ -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));
......
......@@ -832,9 +832,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 ""
......@@ -862,6 +859,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 ""
......
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