mirror of
https://github.com/lubosz/overte.git
synced 2025-08-08 03:27:48 +02:00
Fix new group message to be more intuitive
This commit is contained in:
parent
bcff561eb8
commit
39c8ce2a1a
1 changed files with 2 additions and 2 deletions
|
@ -459,7 +459,7 @@
|
||||||
"can_add_new_categories": true,
|
"can_add_new_categories": true,
|
||||||
"can_add_new_rows": false,
|
"can_add_new_rows": false,
|
||||||
"new_category_placeholder": "Add Group",
|
"new_category_placeholder": "Add Group",
|
||||||
"new_category_message": "Reload to see ranks",
|
"new_category_message": "Save and reload to see ranks",
|
||||||
|
|
||||||
"groups": [
|
"groups": [
|
||||||
{
|
{
|
||||||
|
@ -554,7 +554,7 @@
|
||||||
"can_add_new_categories": true,
|
"can_add_new_categories": true,
|
||||||
"can_add_new_rows": false,
|
"can_add_new_rows": false,
|
||||||
"new_category_placeholder": "Add Blacklist Group",
|
"new_category_placeholder": "Add Blacklist Group",
|
||||||
"new_category_message": "Reload to see ranks",
|
"new_category_message": "Save and reload to see ranks",
|
||||||
|
|
||||||
"groups": [
|
"groups": [
|
||||||
{
|
{
|
||||||
|
|
Loading…
Reference in a new issue