Add missing translations

This commit is contained in:
2025-02-18 15:05:23 +01:00
parent 93a5c3a02a
commit e8db68b960
4 changed files with 34 additions and 28 deletions
+1 -1
View File
@@ -17,7 +17,7 @@
{% block content %}
<main x-data="user_pictures({ userId: {{ object.id }} })">
{% if user.id == object.id %}
{{ download_button("Download all my pictures") }}
{{ download_button(_("Download all my pictures")) }}
{% endif %}
<template x-for="[album, pictures] in Object.entries(albums)" x-cloak>