summaryrefslogtreecommitdiffhomepage
path: root/gui/src/renderer/components
diff options
context:
space:
mode:
Diffstat (limited to 'gui/src/renderer/components')
-rw-r--r--gui/src/renderer/components/Settings.tsx2
1 files changed, 1 insertions, 1 deletions
diff --git a/gui/src/renderer/components/Settings.tsx b/gui/src/renderer/components/Settings.tsx
index 53dbb386ff..8f68a1c462 100644
--- a/gui/src/renderer/components/Settings.tsx
+++ b/gui/src/renderer/components/Settings.tsx
@@ -149,7 +149,7 @@ function ApiAccessMethodsButton() {
<Cell.Label>
{
// TRANSLATORS: Navigation button to the 'API access methods' view
- messages.pgettext('settings-view', 'API access methods')
+ messages.pgettext('settings-view', 'API access')
}
</Cell.Label>
</Cell.CellNavigationButton>