Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update copy #137

Merged
merged 2 commits into from
Feb 9, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
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
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."
}
Loading