Skip to content

Commit

Permalink
Update src/commands/account/mod.rs
Browse files Browse the repository at this point in the history
Co-authored-by: Vlad Frolov <[email protected]>
  • Loading branch information
FroVolod and frol authored Oct 1, 2023
1 parent d4b6c85 commit 0c4c6b4
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/commands/account/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -61,10 +61,10 @@ pub enum AccountActions {
/// Delete an access key from an account
DeleteKey(self::delete_key::DeleteKeyCommand),
#[strum_discriminants(strum(
message = "manage-profile - Profile management: view, update"
message = "update-social-profile - Update NEAR Social profile"
))]
/// Profile management: view, update
ManageProfile(self::profile_management::Contract),
/// Update NEAR Social profile
UpdateSocialProfile(self::update_social_profile::UpdateSocialProfile),
#[strum_discriminants(strum(
message = "manage-storage-deposit - Storage management: deposit, withdrawal, balance review"
))]
Expand Down

0 comments on commit 0c4c6b4

Please sign in to comment.