diff --git a/apps/desktop/src/app/right-sidebar/index.tsx b/apps/desktop/src/app/right-sidebar/index.tsx index 0e2488a197d..2b27e80febc 100644 --- a/apps/desktop/src/app/right-sidebar/index.tsx +++ b/apps/desktop/src/app/right-sidebar/index.tsx @@ -173,7 +173,7 @@ function FilesystemTab({ disabled={!hasCwd || loading} onClick={onRefresh} size="icon-xs" - title={r.refreshTree} + title={r.refreshTree} variant="ghost" > @@ -183,7 +183,7 @@ function FilesystemTab({ className={HEADER_ACTION_CLASS} onClick={() => void onChangeFolder()} size="icon-xs" - title={r.openFolder} + title={r.openFolder} variant="ghost" > @@ -194,7 +194,7 @@ function FilesystemTab({ disabled={!hasCwd || !canCollapse} onClick={onCollapseAll} size="icon-xs" - title={r.collapseAll} + title={r.collapseAll} variant="ghost" > diff --git a/scripts/release.py b/scripts/release.py index 70f3da98a6d..bc99e973275 100755 --- a/scripts/release.py +++ b/scripts/release.py @@ -178,6 +178,7 @@ AUTHOR_MAP = { "scubamount@users.noreply.github.com": "scubamount", "251514042+youngstar-eth@users.noreply.github.com": "youngstar-eth", "155192176+alelpoan@users.noreply.github.com": "alelpoan", + "alelpoan@proton.me": "alelpoan", "aman@abacus.ai": "Aman113114-IITD", "octavio.turra@gmail.com": "octavioturra", "524706+Twanislas@users.noreply.github.com": "Twanislas",