From 916da86ebf167d29943841041e9c0e5e1c1ab63f Mon Sep 17 00:00:00 2001 From: Vishal <64505169+vishalxl@users.noreply.github.com> Date: Tue, 22 Nov 2022 02:11:34 +0530 Subject: [PATCH] text changes --- lib/console_ui.dart | 4 +++- pubspec.yaml | 2 +- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/lib/console_ui.dart b/lib/console_ui.dart index b368067..d221468 100644 --- a/lib/console_ui.dart +++ b/lib/console_ui.dart @@ -1019,7 +1019,9 @@ Future encryptedChannelMenuUI(Store node) async { String menuInfo = """Encrypted Channel howto: You can create a channel, and then enter the channel by entering the first few unique letters of its pubkey or name. In case you have been invited to a new channel, you can enter that channel the same way as above. - Once in a room/channel, you can then add new participants by typing '/add ' and pressing enter."""; + Once in a room/channel, you can then add new participants by typing '/add ' and pressing enter. + When inside a channel, type '/reply to reply to a post. + When in a channel, press 'x' to exit. """; int option = showMenu([ 'Enter an encrypted channel', // 1 'Show all encrypted channels', // 2 diff --git a/pubspec.yaml b/pubspec.yaml index 50092d8..6d997ab 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -5,7 +5,7 @@ homepage: https://github.com/vishalxl/nostr_console # Release 0.1.6-beta # reply in 14x channels -# event quotes supported #[1] etc +# event quotes supported #[1] etc environment: sdk: '>=2.17.3 <3.0.0'