Modify error message when library with same org/code exists.
Users are unlikely to change their organization name.
This commit is contained in:
committed by
E. Kolpakov
parent
a0c590e50c
commit
116abf1fc0
@@ -142,7 +142,7 @@ def _create_library(request):
|
||||
'ErrMsg': _(
|
||||
'There is already a library defined with the same '
|
||||
'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.'
|
||||
)
|
||||
})
|
||||
|
||||
|
||||
Reference in New Issue
Block a user