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

"Add space" copy is replaced with "create space" in left sliding panel #5531

Merged
merged 1 commit into from
Mar 31, 2022

Conversation

fedrunov
Copy link
Contributor

Type of change

  • Feature
  • Bugfix
  • Technical
  • Other : misc

Content

Android should use "Create space" in the left panel instead of "Add Space" because "adding" suggests other actions like joining an existing space.

Motivation and context

#5516

Screenshots / GIFs

image

Tests

  • Login/Signup
  • Open left slider
  • Scroll to bottom
  • Check copy

Tested devices

  • Physical
  • Emulator
  • OS version(s): A12 (API 31)

Checklist

@github-actions
Copy link

Unit Test Results

  98 files  ±0    98 suites  ±0   1m 28s ⏱️ +14s
174 tests ±0  174 ✔️ ±0  0 💤 ±0  0 ±0 
568 runs  ±0  568 ✔️ ±0  0 💤 ±0  0 ±0 

Results for commit 84bd205. ± Comparison against base commit acfeb7f.

Copy link
Contributor

@ericdecanini ericdecanini left a comment

Choose a reason for hiding this comment

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

LGTM

@kittykat
Copy link
Contributor

Ideally, the word Space should be lower cased so that it's "Create space". Is it possible to change that?

@ouchadam
Copy link
Contributor

@kittykat yep it's a quick change to https://github.com/vector-im/element-android/blob/develop/vector/src/main/res/values/strings.xml#L2764

it's worth noting there are quite a few other strings which use "X Space", might be worth another ticket to update them all at the same time (would also mean we could merge this without the casing change)

@kittykat
Copy link
Contributor

@kittykat yep it's a quick change to https://github.com/vector-im/element-android/blob/develop/vector/src/main/res/values/strings.xml#L2764

It looks like the string may be used in a few places so it would make sense to check that it's valid to update capitalisation everywhere

it's worth noting there are quite a few other strings which use "X Space", might be worth another ticket to update them all at the same time (would also mean we could merge this without the casing change)

Indeed

@fedrunov
Copy link
Contributor Author

capitalisation of space is changed in different PR: #5539

@fedrunov fedrunov merged commit 856a110 into develop Mar 31, 2022
@fedrunov fedrunov deleted the feature/nfe/create_space_copy branch March 31, 2022 07:16
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.

4 participants