mirror of
https://github.com/suitenumerique/meet.git
synced 2026-08-25 17:57:09 +00:00
✨(frontend) allow customization of error title and description
Enhanced the error screen to support customizable titles and descriptions. Allows for more detailed and informative error messages for users. By default, the error screen displays a standard heading. You can now pass custom title and body content to provide additional context and clarity.
This commit is contained in:
committed by
aleb_the_flash
parent
df1eca7c34
commit
01390b12fb
@@ -16,5 +16,11 @@
|
||||
"copy": "",
|
||||
"heading": "",
|
||||
"inputLabel": ""
|
||||
},
|
||||
"error": {
|
||||
"createRoom": {
|
||||
"heading": "",
|
||||
"body": ""
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user