From d8b9eee6de43383a41b3d8c498c5723db26682e0 Mon Sep 17 00:00:00 2001 From: Luciana Date: Mon, 15 Sep 2025 20:54:18 +0000 Subject: [PATCH] trying again --- src/user/profile.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/user/profile.js b/src/user/profile.js index 5274a6d..5edb468 100644 --- a/src/user/profile.js +++ b/src/user/profile.js @@ -127,7 +127,7 @@ module.exports = function (User) { } const exists = await User.existsBySlug(userslug); if (exists) { - throw new Error('[[error:username-taken]]'); + throw new Error('[[error:username-taken]] Maybe try the following'); } const { error } = await plugins.hooks.fire('filter:username.check', {