Changed "reset" string to "discard file changes"

This commit is contained in:
Abdelilah El Aissaoui 2022-10-22 15:28:14 +02:00
parent 34652ecc07
commit 87ec5e8f65

View File

@ -16,7 +16,7 @@ fun statusEntriesContextMenuItems(
if (statusEntry.statusType != StatusType.ADDED) {
add(
ContextMenuElement.ContextTextEntry(
label = "Reset",
label = "Discard file changes",
icon = { painterResource("undo.svg") },
onClick = onReset,
)