Skip to content
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 src/apps/renderer/localize/locales/es.json
Original file line number Diff line number Diff line change
Expand Up @@ -192,7 +192,7 @@
"action": "Descargar actualización"
},
"discover-backups": {
"title": " COPIAS DE SEGURIDAD DE INTERNXT",
"title": " COPIAS DE SEGURIDAD",
"body": "Mantén una copia de seguridad de tus carpetas y archivos más importantes.",
"action": "Hacer copia"
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ export function DiscoverBackups() {
onClick={discover}
className="ml-2 shrink-0 self-start rounded-md p-1 text-gray-50 transition-colors hover:bg-black/5 hover:text-gray-80"
aria-label="Dismiss">
<X size={18} />
<X size={16} />
</button>
</div>
<Button size="sm" className="mt-auto" onClick={openBackupsSettings}>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ export function UpdateAvailable() {
onClick={() => setDismissed(true)}
className="ml-2 shrink-0 rounded-md p-1 text-gray-50 transition-colors hover:bg-black/5 hover:text-gray-80"
aria-label="Dismiss">
<X size={18} />
<X size={16} />
</button>
</div>
);
Expand Down
Loading