diff options
author | Adrián Oliva <adrian.oliva@cimat.mx> | 2023-05-20 13:51:27 -0600 |
---|---|---|
committer | Adrián Oliva <adrian.oliva@cimat.mx> | 2023-05-20 13:51:27 -0600 |
commit | 96e76dbea5b5f9c535c65bc9f7439f9202dec420 (patch) | |
tree | 34b6ca95ecf43981d8ce1b4677f6577057f83f5a /README.md | |
parent | fb3124bebb10a4d971b9e33c7cc5c307b5b72c92 (diff) | |
download | ToDo-App-FE-96e76dbea5b5f9c535c65bc9f7439f9202dec420.tar.gz ToDo-App-FE-96e76dbea5b5f9c535c65bc9f7439f9202dec420.zip |
Renaming UI things.
Diffstat (limited to '')
-rw-r--r-- | README.md | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -79,7 +79,7 @@ should appear with the following inputs: - `Text` $\rightarrow$ The name of the to do. - `Due date` $\rightarrow$ The date for which the to do is due. **It only accepts days and not hours, minutes nor seconds.** -- `Done` $\rightarrow$ If the to do is already completed or not. +- `Completed` $\rightarrow$ If the to do is already completed or not. - `Priority` $\rightarrow$ The priority of the to do. It could be either _Low_, _Medium_ or _High_. |