diff options
author | Munyoki Kilyungi | 2022-11-09 09:22:53 +0300 |
---|---|---|
committer | Munyoki Kilyungi | 2022-11-09 09:22:53 +0300 |
commit | b630c66ff9968ff09904c80c2d53f4bc734e6834 (patch) | |
tree | f69cb0334565734d7baeb66bb18378e47895b1ed /issues | |
parent | 08e297fa00c245e0fbf856b44fc536cd1a87b000 (diff) | |
download | gn-gemtext-b630c66ff9968ff09904c80c2d53f4bc734e6834.tar.gz |
Fix image path in issue
Diffstat (limited to 'issues')
-rw-r--r-- | issues/notify-user-after-trait-edit.gmi | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/issues/notify-user-after-trait-edit.gmi b/issues/notify-user-after-trait-edit.gmi index e7f02b1..01770e1 100644 --- a/issues/notify-user-after-trait-edit.gmi +++ b/issues/notify-user-after-trait-edit.gmi @@ -10,12 +10,12 @@ When the user submits a change of a trait in GN it looks like this: -=> ./pictures/probeset-editing-form.png +=> /pictures/probeset-editing-form.png Note that we misspell the "Homologene Id" in our form. Assuming that you are editing the "Homologene Id": when the user clicks on the *Submit Change* button there is a momentary update but there is no update to the form. This is confusing, since the user does not get any confirmation that the update has been made. -=> ./pictures/probeset-editing-form-2.png +=> /pictures/probeset-editing-form-2.png A possible solution for the above confusion would be to add a line of text that confirms that: "Thanks. Update has been received. Continue editing or close window." |