Solved the issue with empty secret names

This commit is contained in:
Vladyslav Matsiiako
2023-03-14 22:13:02 -07:00
parent 38efb6a1e2
commit dabc7e3eb1

View File

@@ -428,7 +428,7 @@ export default function Dashboard() {
if (emptyNameError) {
setSaveLoading(false);
return createNotification({
text: 'You can`t submit empty secret names.',
text: 'You can`t have empty secret names.',
type: 'error'
});
}