working on backend-side translations

This commit is contained in:
2025-12-13 20:21:40 +01:00
parent eba34f1002
commit 00d05bfaff
9 changed files with 41 additions and 23 deletions

View File

@@ -150,7 +150,7 @@ CREATE TABLE IF NOT EXISTS {0} (
query.execute(db).close();
return Bookmark.of(urlId,url,comment,timestamp);
} catch (SQLException e) {
throw databaseException(FAILED_TO_STORE_URL);
throw databaseException(FAILED_TO_STORE_ENTITY,"url");
}
}
}