Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
w2pext
plugin_dbui
Commits
487e712a
Commit
487e712a
authored
Nov 21, 2019
by
LE GAC Renaud
Browse files
Update error message
parent
6e166c72
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
2 deletions
+2
-2
static/plugin_dbui/locale/dbui-lang-fr.js
static/plugin_dbui/locale/dbui-lang-fr.js
+1
-1
static/plugin_dbui/src/panel/plugin/LoaderException.js
static/plugin_dbui/src/panel/plugin/LoaderException.js
+1
-1
No files found.
static/plugin_dbui/locale/dbui-lang-fr.js
View file @
487e712a
...
...
@@ -146,7 +146,7 @@ Ext.define("Dbui.local.fr.panel.GridWithFilter", {
Ext
.
define
(
"
Dbui.local.fr.panel.plugin.LoaderException
"
,
{
override
:
"
Dbui.panel.plugin.LoaderException
"
,
textError
:
"
Oups
quelchose ne va pas
...
"
textError
:
"
Oups
un gremlim
...
"
});
Ext
.
define
(
"
Dbui.local.fr.panel.WithUrlSelector
"
,
{
...
...
static/plugin_dbui/src/panel/plugin/LoaderException.js
View file @
487e712a
...
...
@@ -10,7 +10,7 @@ Ext.define("Dbui.panel.plugin.LoaderException", {
alias
:
"
plugin.pPanelLoaderException
"
,
// Private attribute for internationalization
textError
:
"
Oops
something went wrong
...
"
,
textError
:
"
Oops
a gremlin
...
"
,
/**
* Initialize the plugin
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment