web_lib

Common web application libraries
git clone https://radroots.dev/git/web_lib.git
Log | Files | Refs | LICENSE

commit c6d885146a9c3f10a0802a3c3edaf2734c2cac06
parent 36cad3f1617dcfc9c8e3af1d21ef901bcddc4365
Author: triesap <triesap@radroots.dev>
Date:   Sun, 21 Dec 2025 01:36:56 +0000

locales: renamed `en` error message key for registered accounts

Diffstat:
Mlocales/src/messages/en/error.json | 5+++--
1 file changed, 3 insertions(+), 2 deletions(-)

diff --git a/locales/src/messages/en/error.json b/locales/src/messages/en/error.json @@ -61,9 +61,9 @@ "no_relays": "There are no relays connected" }, "radroots": { - "profile_registered": "This profile is already registered" + "account_registered": "This profile is already registered" }, "util": { "parse_file_path_undefined": "There was an error reading the file path" } -} +} +\ No newline at end of file