Skip to content

Commit bd52a72

Browse files
committed
fix typo
1 parent 42cca54 commit bd52a72

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

packages/learningmap/src/translations.ts

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -96,7 +96,7 @@ export interface Translations {
9696

9797
// Placeholders
9898
placeholderNodeLabel: string;
99-
placerholderTitleLabel: string; // only used in SettingsDrawer
99+
placeholderTitleLabel: string; // only used in SettingsDrawer
100100
placeholderShortSummary: string;
101101
placeholderDetailedDescription: string;
102102
placeholderVideoURL: string;
@@ -296,7 +296,7 @@ const en: Translations = {
296296

297297
// Placeholders
298298
placeholderNodeLabel: "Node label",
299-
placerholderTitleLabel: "Lerningmap label", // only used in SettingsDrawer
299+
placeholderTitleLabel: "Lerningmap label", // only used in SettingsDrawer
300300
placeholderShortSummary: "Short summary",
301301
placeholderDetailedDescription: "Detailed description",
302302
placeholderVideoURL: "YouTube or video URL",
@@ -503,7 +503,7 @@ const de: Translations = {
503503

504504
// Placeholders
505505
placeholderNodeLabel: "Knotenbezeichnung",
506-
placerholderTitleLabel: "Lernkartenbezeichnung", // only used in SettingsDrawer
506+
placeholderTitleLabel: "Lernkartenbezeichnung", // only used in SettingsDrawer
507507
placeholderShortSummary: "Kurze Zusammenfassung",
508508
placeholderDetailedDescription: "Detaillierte Beschreibung",
509509
placeholderVideoURL: "YouTube oder Video-URL",

0 commit comments

Comments
 (0)