minor renamery

This commit is contained in:
mgabor
2024-04-19 21:22:04 +02:00
parent 5f0a2b5d6a
commit 29dd9ff4d8
4 changed files with 5 additions and 5 deletions

View File

@@ -79,7 +79,7 @@
dispatch('refreshAlbum');
notificationController.show({ type: NotificationType.Info, message });
} catch (error) {
handleError(error, 'Unable to set permission');
handleError(error, 'Unable to set user role');
} finally {
selectedRemoveUser = null;
}