Skip to content
Merged
Changes from 1 commit
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
Prev Previous commit
Next Next commit
Wording in aria-label
Signed-off-by: Dariusz Olszewski <[email protected]>
  • Loading branch information
starypatyk committed May 6, 2023
commit 87325a1d3fc17207ebc214b05e9cb91cfc9a551b
2 changes: 1 addition & 1 deletion src/components/TopBar/TopBarMenu.vue
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@
</NcActionButton>

<!-- Fullscreen -->
<NcActionButton :aria-label="t('spreed', 'Toggle fullscreen')"
<NcActionButton :aria-label="t('spreed', 'Toggle full screen')"
:close-after-click="true"
@click="toggleFullscreen">
<template #icon>
Expand Down