Skip to content

Commit

Permalink
Merge pull request #6153 from mzazrivec/fix_gettext_invocation_and_up…
Browse files Browse the repository at this point in the history
…date_catalog

Fix gettext invocation and update catalog
  • Loading branch information
martinpovolny authored Sep 4, 2019
2 parents 074e3e9 + 13a8703 commit 872ff4d
Show file tree
Hide file tree
Showing 3 changed files with 11,553 additions and 8,116 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ const FirmwareRegistryForm = () => {

const submitValues = values => API.post('/api/firmware_registries', values).then((response) => {
if (response.results) {
add_flash(__('Firmware Registry added sucessfully', 'success'));
add_flash(__('Firmware Registry added sucessfully'), 'success');
} else {
add_flash(response.error.message, 'error');
}
Expand Down
Loading

0 comments on commit 872ff4d

Please sign in to comment.