@igea/oac_frontend 1.0.78 → 1.0.79
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/package.json +1 -1
- package/src/locales/en.json +3 -2
package/package.json
CHANGED
package/src/locales/en.json
CHANGED
|
@@ -108,7 +108,8 @@
|
|
|
108
108
|
"edit_item": "Edit",
|
|
109
109
|
"new_item": "New",
|
|
110
110
|
"stop_edit": "Stop edit",
|
|
111
|
-
"search": "Search"
|
|
111
|
+
"search": "Search",
|
|
112
|
+
"edit_from_other_user": "Another user is editing this item"
|
|
112
113
|
},
|
|
113
114
|
"search": {
|
|
114
115
|
"fast": {
|
|
@@ -125,4 +126,4 @@
|
|
|
125
126
|
"footer": {
|
|
126
127
|
"text": "Powered by IGEA: all rights reserved"
|
|
127
128
|
}
|
|
128
|
-
}
|
|
129
|
+
}
|