fix(front): add a required attribute to the text editor and show error message if text empty on blur
Also improve text editor borders Signed-off-by: Thomas Citharel <tcit@tcit.fr>
This commit is contained in:
@@ -1642,5 +1642,6 @@
|
||||
"Visit {instance_domain}": "Visit {instance_domain}",
|
||||
"Software details: {software_details}": "Software details: {software_details}",
|
||||
"Only instances with an application actor can be followed": "Only instances with an application actor can be followed",
|
||||
"Domain or instance name": "Domain or instance name"
|
||||
"Domain or instance name": "Domain or instance name",
|
||||
"You need to enter a text": "You need to enter a text"
|
||||
}
|
||||
@@ -1636,5 +1636,6 @@
|
||||
"Visit {instance_domain}": "Visiter {instance_domain}",
|
||||
"Software details: {software_details}": "Détails du logiciel : {software_details}",
|
||||
"Only instances with an application actor can be followed": "Seules les instances avec un acteur application peuvent être suivies",
|
||||
"Domain or instance name": "Domaine ou nom de l'instance"
|
||||
"Domain or instance name": "Domaine ou nom de l'instance",
|
||||
"You need to enter a text": "Vous devez entrer un texte"
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user