Skip to content

Commit

Permalink
Update copy (#137)
Browse files Browse the repository at this point in the history
* update copy

* update copy
  • Loading branch information
paulclindo authored Feb 9, 2024
1 parent 4fa98f1 commit 3856dc9
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion apps/shinkai-visor/src/components/settings/settings.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -193,7 +193,7 @@ export const Settings = () => {
</FormControl>
<div className="space-y-1 leading-none">
<FormLabel className="static space-y-1.5 text-sm text-white">
<FormattedMessage id="display-action-button-label" />
<FormattedMessage id="show-action-button-label" />
</FormLabel>
<FormDescription>
<FormattedMessage id="show-action-button-description" />
Expand Down
4 changes: 2 additions & 2 deletions apps/shinkai-visor/src/lang/en.json
Original file line number Diff line number Diff line change
Expand Up @@ -104,6 +104,6 @@
"identity-type": "Identity type",
"disconnect-warning-link": "Export your connection",
"disconnect-warning-link-description": "If you want to use it later",
"display-action-button-label": "Display always sidebar icon",
"show-action-button-description": "You will need to use ⌘ , hotkey to show/hide Shinkai Visor. You can drag to move it up and down. "
"show-action-button-label": "Show Shinkai Quick Access Button",
"show-action-button-description": "The Quick Access Button can be moved by clicking and holding."
}
4 changes: 2 additions & 2 deletions apps/shinkai-visor/src/lang/es.json
Original file line number Diff line number Diff line change
Expand Up @@ -102,6 +102,6 @@
"identity-type": "Tipo de identidad",
"disconnect-warning-link": "Exporta tu conexión",
"disconnect-warning-link-description": "Si quieres usarla más tarde",
"display-action-button-label": "Siempre mostrar botón de acción",
"show-action-button-description": "Necesitarás usar el acceso rápido ⌘ , para mostar/ocultar Shinkai Visor"
"show-action-button-label": "Mostrar botón de acceso rápido de Shinkai",
"show-action-button-description": "El botón de acceso rápido se puede mover haciendo clic y manteniendo presionado."
}

0 comments on commit 3856dc9

Please sign in to comment.