Commit 116abf1f by Matjaz Gregoric Committed by E. Kolpakov

Modify error message when library with same org/code exists.

Users are unlikely to change their organization name.
parent a0c590e5
...@@ -142,7 +142,7 @@ def _create_library(request): ...@@ -142,7 +142,7 @@ def _create_library(request):
'ErrMsg': _( 'ErrMsg': _(
'There is already a library defined with the same ' 'There is already a library defined with the same '
'organization and library code. Please ' 'organization and library code. Please '
'change either organization or library code to be unique.' 'change your library code so that it is unique within your organization.'
) )
}) })
......
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