Use group permissions

This commit is contained in:
2025-04-09 23:24:15 +02:00
parent 744223b76f
commit 3e61560875
5 changed files with 10 additions and 9 deletions

View File

@ -33,7 +33,7 @@ const loadEasyMde = (textarea: HTMLTextAreaElement) => {
.join(" ; "),
);
} else if (response.response.status === 403) {
onError(gettext("Not authorized, you need to have subscribed at least once"));
onError(gettext("You are not authorized to use this feature"));
} else {
onError(gettext("Could not upload image"));
}