diff --git a/apps/web/src/app/features/world/location-interaction-panel/location-interaction-panel.component.html b/apps/web/src/app/features/world/location-interaction-panel/location-interaction-panel.component.html index 69ff7ee..2781546 100644 --- a/apps/web/src/app/features/world/location-interaction-panel/location-interaction-panel.component.html +++ b/apps/web/src/app/features/world/location-interaction-panel/location-interaction-panel.component.html @@ -3,14 +3,14 @@ class="interaction-panel" role="dialog" aria-modal="false" - [attr.aria-label]="result ? result.title : 'Handlung nicht möglich'" + [attr.aria-label]="result ? result.title : 'Action not possible'" data-interaction-panel > @if (result) {
{{ result.text }}
} @else { -{{ error }}
@@ -22,7 +22,7 @@ data-interaction-close (click)="closePanel.emit()" > - Schließen + Close } diff --git a/apps/web/src/app/features/world/location-node.component.html b/apps/web/src/app/features/world/location-node.component.html index 3a9499d..f09f468 100644 --- a/apps/web/src/app/features/world/location-node.component.html +++ b/apps/web/src/app/features/world/location-node.component.html @@ -12,6 +12,6 @@ {{ location.name }} {{ - current ? 'Aktueller Ort' : selected ? 'Ausgewähltes Ziel' : 'Erreichbar' + current ? 'Current Location' : selected ? 'Selected Destination' : 'Reachable' }} diff --git a/apps/web/src/app/features/world/location-page/location-page.component.html b/apps/web/src/app/features/world/location-page/location-page.component.html index 1c9beb4..0a0b9e4 100644 --- a/apps/web/src/app/features/world/location-page/location-page.component.html +++ b/apps/web/src/app/features/world/location-page/location-page.component.html @@ -1,4 +1,4 @@ -