feat: Implement change device name

This commit is contained in:
Christian Pauly 2020-10-06 09:01:49 +02:00
commit fb6f2ddfa5
2 changed files with 36 additions and 6 deletions

View file

@ -159,6 +159,11 @@
"type": "text",
"placeholders": {}
},
"changeDeviceName": "Change device name",
"@changeDeviceName": {
"type": "text",
"placeholders": {}
},
"changedTheChatAvatar": "{username} changed the chat avatar",
"@changedTheChatAvatar": {
"type": "text",
@ -1718,4 +1723,4 @@
"type": "text",
"placeholders": {}
}
}
}