Skip to content

Commit

Permalink
chore: allow long error messages
Browse files Browse the repository at this point in the history
  • Loading branch information
JoanVicens committed Jan 10, 2024
1 parent 26760f0 commit 03f9e0b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/apps/renderer/localize/locales/en.json
Original file line number Diff line number Diff line change
Expand Up @@ -322,7 +322,7 @@
"file-does-not-exist": "File doesn't exist",
"file-too-big": "Max upload size is 20GB. Please try smaller files.",
"file-non-extension": "Files without extensions are not supported.",
"duplicated-node": "There is a conflict with the element"
"duplicated-node": "It appears that there are duplicate file or folder names in this directory. Please rename one of them to ensure synchronization"
},
"error-messages": {
"no-internet": "Looks like you are not connected to the internet, we'll try again later",
Expand Down
2 changes: 1 addition & 1 deletion src/apps/renderer/pages/ProcessIssues/List.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -202,7 +202,7 @@ function Item({

<div className="flex flex-col space-y-1">
<h1
className="flex flex-1 flex-col truncate text-base font-medium leading-5 text-gray-100"
className="flex flex-1 flex-col text-base font-medium leading-5 text-gray-100"
data-test="sync-issue-name"
>
{translate(shortMessages[errorName])}
Expand Down

0 comments on commit 03f9e0b

Please sign in to comment.