Update navigation and CMS components to replace 'Interne News' with 'News' for consistency; enhance text descriptions in the CMS and member area for clarity.

This commit is contained in:
Torsten Schulz (local)
2025-10-24 01:43:32 +02:00
parent b866ccc215
commit 4666f80776
4 changed files with 13 additions and 13 deletions

View File

@@ -4,7 +4,7 @@
<div class="flex justify-between items-center mb-6">
<div>
<h1 class="text-4xl sm:text-5xl font-display font-bold text-gray-900 mb-2">
Interne News
News
</h1>
<div class="w-24 h-1 bg-primary-600 mb-4" />
</div>
@@ -85,7 +85,7 @@
<div v-if="news.length === 0" class="text-center py-12">
<Newspaper :size="48" class="mx-auto text-gray-400 mb-4" />
<p class="text-gray-500 text-lg">Noch keine internen News vorhanden.</p>
<p class="text-gray-500 text-lg">Noch keine News vorhanden.</p>
<p v-if="canWrite" class="text-gray-400 text-sm mt-2">
Klicken Sie auf "News erstellen", um die erste News zu veröffentlichen.
</p>
@@ -307,7 +307,7 @@ definePageMeta({
})
useHead({
title: 'Interne News - Harheimer TC',
title: 'News - Harheimer TC',
})
</script>