Fix: Button 'Berechnen' wird jetzt korrekt als 'Calculate' in englischer Version übersetzt

This commit is contained in:
2025-08-02 11:18:19 +02:00
parent 28fda213ba
commit 872d0f9e23

View File

@@ -853,7 +853,7 @@ footer br + a {
</select> </select>
</label> </label>
</fieldset> </fieldset>
<button name="action" value="tage_werktage" type="submit">Berechnen</button> <button name="action" value="tage_werktage" type="submit">{{ _('Berechnen') }}</button>
</form> </form>
{% if tage is not none %} {% if tage is not none %}
<div class="result" aria-live="polite"> <div class="result" aria-live="polite">