Skip to content

Commit

Permalink
feat: Update wording #3198
Browse files Browse the repository at this point in the history
  • Loading branch information
bibash28 committed Dec 18, 2024
1 parent 2a79877 commit 9f9ec2a
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ class ClientTypeWidget extends StatelessWidget {
return BlocBuilder<ProfileCubit, ProfileState>(
builder: (context, state) {
return OptionContainer(
title: 'Wallet Client_id Scheme',
title: 'OIDC4VCI client_id value',
body: ListView.builder(
itemCount: ClientType.values.length,
shrinkWrap: true,
Expand Down

0 comments on commit 9f9ec2a

Please sign in to comment.