From 1b3f56dfd363ddc3f28f2c170d766c7a7f2d44da Mon Sep 17 00:00:00 2001 From: Beaudan Brown Date: Mon, 28 Oct 2019 13:54:54 +1100 Subject: [PATCH] Update change nickname message --- _locales/en/messages.json | 3 +-- package.json | 2 +- 2 files changed, 2 insertions(+), 3 deletions(-) diff --git a/_locales/en/messages.json b/_locales/en/messages.json index a6a98762f..ed4b2c5ed 100644 --- a/_locales/en/messages.json +++ b/_locales/en/messages.json @@ -1897,8 +1897,7 @@ "Shown in the settings page as the heading for the blocked user settings" }, "editProfileTitle": { - "message": - "Change your own display name (alphanumeric characters and underscores only)", + "message": "Change your own display name", "description": "The title shown when user edits their own profile" }, "editProfileDisplayNameWarning": { diff --git a/package.json b/package.json index b045383cd..247bd80f4 100644 --- a/package.json +++ b/package.json @@ -3,7 +3,7 @@ "productName": "Loki Messenger", "description": "Private messaging from your desktop", "repository": "https://github.com/loki-project/loki-messenger.git", - "version": "1.0.0-beta6", + "version": "1.0.0-beta7", "license": "GPL-3.0", "author": { "name": "Loki Project",