Skip to content
Commits on Source (2)
## [1.42.2](https://gitlab.coko.foundation/ketida/server/compare/v1.42.1...v1.42.2) (2024-12-12)
### Bug Fixes
* ui text ([294fad8](https://gitlab.coko.foundation/ketida/server/commit/294fad8265b86cb9979a037a87793e31da1979cb))
# [1.41.0](https://gitlab.coko.foundation/ketida/server/compare/v1.40.0...v1.41.0) (2024-11-13)
......
......@@ -130,7 +130,7 @@
"customised": {
"languageLabel": {
"type": "input(label)",
"value": "Label:",
"value": "Label",
"explanation": {
"type": "input(detail)",
"value": "The name of the language that will appear in the language selection dropdown."
......@@ -144,10 +144,10 @@
},
"flagCode": {
"type": "input(label)",
"value": "Flag code:",
"value": "Flag code",
"explanation": {
"type": "input(detail)",
"value": "The code for the selected language in the language dropdown. See <ref>this list</ref> for reference."
"value": "The code to display the country flag in the language dropdown. See <ref>this list</ref> for reference."
},
"error": {
"noValue": {
......
{
"name": "server",
"version": "1.41.0",
"version": "1.42.2",
"private": true,
"description": "Ketida's Platform common server",
"repository": {
......