fix(ui): localize git changes overlay label

This commit is contained in:
Pascal André
2026-03-18 21:56:45 +01:00
committed by Shantur Rathore
parent 5f144ca24d
commit df74c06ba2

View File

@@ -268,7 +268,7 @@ const GitChangesTab: Component<GitChangesTabProps> = (props) => {
onResizeMouseDown={props.onResizeMouseDown}
onResizeTouchStart={props.onResizeTouchStart}
isPhoneLayout={props.isPhoneLayout()}
overlayAriaLabel="Git Changes"
overlayAriaLabel={props.t("instanceShell.rightPanel.tabs.gitChanges")}
/>
)
}