Show plural of "Benachrichtigung"

This commit is contained in:
Christian Cueni 2023-05-24 08:14:03 +02:00
parent 5e01de2d72
commit b2e9873666
2 changed files with 2 additions and 2 deletions

View File

@ -4,7 +4,7 @@ import { PopoverButton } from "@headlessui/vue";
</script> </script>
<template> <template>
<div class="pb-2 text-lg text-black">{{ $t("general.notification") }}</div> <div class="pb-2 text-lg text-black">{{ $t("general.notification", 2) }}</div>
<div class="border-t bg-white"> <div class="border-t bg-white">
<NotificationList :num-notifications-to-show="4" /> <NotificationList :num-notifications-to-show="4" />
<router-link to="/notifications"> <router-link to="/notifications">

View File

@ -16,7 +16,7 @@ async function loadAdditionalNotifications() {
<div class="bg-gray-200"> <div class="bg-gray-200">
<div class="container-large px-8 py-8"> <div class="container-large px-8 py-8">
<header class="mb-6"> <header class="mb-6">
<h1>{{ $t("general.notification") }}</h1> <h1>{{ $t("general.notification", 2) }}</h1>
</header> </header>
<main> <main>
<div class="bg-white px-4 py-4"> <div class="bg-white px-4 py-4">