diff options
author | jani270 <69345714+jani270@users.noreply.github.com> | 2024-02-16 09:26:43 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-02-16 09:26:43 +0100 |
commit | b4d7ef67fa55b571ae7637d4bc5df99894028e09 (patch) | |
tree | d294016b33a14c40e12485249768629a1ce30e17 | |
parent | 6538b081f82ef9c8ba2050fae240dd0bba355461 (diff) | |
download | NotEnoughUpdates-b4d7ef67fa55b571ae7637d4bc5df99894028e09.tar.gz NotEnoughUpdates-b4d7ef67fa55b571ae7637d4bc5df99894028e09.tar.bz2 NotEnoughUpdates-b4d7ef67fa55b571ae7637d4bc5df99894028e09.zip |
fix: Custom Todo edit page spelling mistake (#1022)
-rw-r--r-- | src/main/resources/assets/notenoughupdates/gui/customtodos/edit.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/main/resources/assets/notenoughupdates/gui/customtodos/edit.xml b/src/main/resources/assets/notenoughupdates/gui/customtodos/edit.xml index 83457a60..551d0611 100644 --- a/src/main/resources/assets/notenoughupdates/gui/customtodos/edit.xml +++ b/src/main/resources/assets/notenoughupdates/gui/customtodos/edit.xml @@ -48,7 +48,7 @@ <TextField width="300" value="@timer"/> </Row> <Row> - <Text text="Rest at fixed time: " width="150"/> + <Text text="Reset at fixed time: " width="150"/> <Switch value="@isResetOffset"/> </Row> <Row> |