Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[4.3][Guided Tours] Fixed missing field in Banners Tour #2813

Merged
merged 2 commits into from
May 7, 2023
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions administrator/language/de-DE/com_guidedtours.sys.ini
Original file line number Diff line number Diff line change
Expand Up @@ -216,8 +216,8 @@ COM_GUIDEDTOURS_TOUR_BANNERS_STEP_TITLE_DESCRIPTION="Den gewünschten Titel für
COM_GUIDEDTOURS_TOUR_BANNERS_STEP_ALIAS_TITLE="Einen Alias eingeben"
COM_GUIDEDTOURS_TOUR_BANNERS_STEP_ALIAS_DESCRIPTION="Den internen Namen für diesen Banner eingeben. Wird dieses Feld leer gelassen, dann wird ein Standardwert in Kleinbuchstaben mit Bindestrichen anstelle von Leerzeichen als Teil der URL verwendet."

COM_GUIDEDTOURS_TOUR_BANNERS_STEP_DESCRIPTION_TITLE="Eine Beschreibung hinzufügen"
COM_GUIDEDTOURS_TOUR_BANNERS_STEP_DESCRIPTION_DESCRIPTION="Eine Beschreibung für das Banner im Editor hinzufügen."
COM_GUIDEDTOURS_TOUR_BANNERS_STEP_DETAILS_TITLE="Detaillierte Informationen eingeben"
COM_GUIDEDTOURS_TOUR_BANNERS_STEP_DETAILS_DESCRIPTION="Hier die Details für das Banner hinzufügen."

COM_GUIDEDTOURS_TOUR_BANNERS_STEP_STATUS_TITLE="Status wählen"
COM_GUIDEDTOURS_TOUR_BANNERS_STEP_STATUS_DESCRIPTION="Den Status des Banners auswählen."
Expand Down