forked from MapComplete/MapComplete
UX: put text next to QR-code, regenerate all translations
This commit is contained in:
parent
a90387c4f3
commit
e48fed8d34
21 changed files with 139 additions and 57 deletions
|
@ -1549,7 +1549,7 @@
|
|||
"special": {
|
||||
"type": "group",
|
||||
"header": "share-login-group-title",
|
||||
"labels": "share-login-qr"
|
||||
"labels": "share-login-content"
|
||||
}
|
||||
}
|
||||
},
|
||||
|
@ -1565,11 +1565,30 @@
|
|||
{
|
||||
"id": "share-login-qr",
|
||||
"labels": [
|
||||
"hidden"
|
||||
"hidden",
|
||||
"share-login-content"
|
||||
],
|
||||
"render": {
|
||||
"special": {
|
||||
"type": "qr_login"
|
||||
"type": "qr_login",
|
||||
"text": "Everyone with this QR-code can act as {_name}",
|
||||
"textClass": "alert h-fit"
|
||||
}
|
||||
}
|
||||
},
|
||||
{
|
||||
"id": "share-login-revoke",
|
||||
"labels": [
|
||||
"hidden",
|
||||
"share-login-content"
|
||||
],
|
||||
"render": {
|
||||
"special": {
|
||||
"type": "link",
|
||||
"href": "https://www.openstreetmap.org/oauth2/authorized_applications",
|
||||
"text": {
|
||||
"en": "You can revoke access here"
|
||||
}
|
||||
}
|
||||
}
|
||||
},
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue