working on translation of system messages

Signed-off-by: Stephan Richter <s.richter@srsoftware.de>
This commit is contained in:
2025-12-10 08:46:05 +01:00
parent 30add879ad
commit a4f08e13a6
4 changed files with 14 additions and 3 deletions

View File

@@ -125,7 +125,7 @@ CREATE TABLE IF NOT EXISTS {0} (
if (rs.next()) result = Bookmark.of(rs);
rs.close();
if (result != null) return result;
throw UmbrellaException.notFound("No bookmark with urlId {0}",id);
throw UmbrellaException.notFound("no_bookmark_for_urlid",id);
} catch (SQLException e) {
throw new UmbrellaException("Failed to load bookmark");
}