diff options
Diffstat (limited to 'src/bin/jv.rs')
| -rw-r--r-- | src/bin/jv.rs | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/bin/jv.rs b/src/bin/jv.rs index 8ad929d..a7f0509 100644 --- a/src/bin/jv.rs +++ b/src/bin/jv.rs @@ -1354,6 +1354,7 @@ async fn jv_here(_args: HereArgs) { if holder == &local_cfg.current_account() { hold = t!("jv.success.here.append_info.holder.yourself") .trim() + .green() .to_string(); is_file_held = true; } else { @@ -1417,6 +1418,7 @@ async fn jv_here(_args: HereArgs) { } else { editing = t!("jv.success.here.append_info.editing.can_edit") .trim() + .green() .to_string(); } } |
