Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Change wording to "Verify identity" #3751

Merged
merged 2 commits into from
Oct 30, 2024
Merged

Conversation

bmarty
Copy link
Member

@bmarty bmarty commented Oct 29, 2024

@bmarty bmarty requested a review from a team as a code owner October 29, 2024 20:52
@bmarty bmarty requested review from ganfra and removed request for a team October 29, 2024 20:52
Copy link
Contributor

github-actions bot commented Oct 29, 2024

📱 Scan the QR code below to install the build (arm64 only) for this PR.
QR code
If you can't scan the QR code you can install the build via this link: https://i.diawi.com/UFkuwc

Copy link

sonarcloud bot commented Oct 29, 2024

Copy link

codecov bot commented Oct 29, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 83.10%. Comparing base (f03a432) to head (ebf4b7a).
Report is 13 commits behind head on develop.

Additional details and impacted files
@@           Coverage Diff            @@
##           develop    #3751   +/-   ##
========================================
  Coverage    83.09%   83.10%           
========================================
  Files         1770     1771    +1     
  Lines        44378    44415   +37     
  Branches      5202     5207    +5     
========================================
+ Hits         36878    36909   +31     
- Misses        5669     5674    +5     
- Partials      1831     1832    +1     

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@bmarty bmarty merged commit a4ca706 into develop Oct 30, 2024
26 checks passed
@bmarty bmarty deleted the feature/bma/verifyIdentityWording branch October 30, 2024 07:35
@@ -106,7 +106,7 @@ fun UserProfileView(
private fun VerifyUserSection(state: UserProfileState) {
if (state.isVerified.dataOrNull() == false) {
ListItem(
headlineContent = { Text(stringResource(R.string.screen_room_member_details_verify_button_title, state.userName ?: state.userId)) },
headlineContent = { Text(stringResource(CommonStrings.common_verify_identity)) },
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Should this be action.verify_identity as verify is a verb here?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants