-
Notifications
You must be signed in to change notification settings - Fork 14
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 "alias" to "subscription name" in user-facing strings #41
Conversation
snapshot
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Kind of a pain to maintain alias in the code, but we discussed and this LGTM :)
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM.
@mickmister I see the changes when using list and some of the reposes from the plugin where it now says |
@DHaussermann Fixed 👍 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Tested and passed
Thanks @mickmister This is now resolved as expected. I see the modal change.
LGTM!
Summary
This PR changes any user-facing strings that mention the word
alias
, referring to a subscription's name. I've discussed with @jfrerich the route of renaming theAlias
property on the subscription toName
, but we agreed that just changing the user-facing string is fine. Also, there is already an unrelatedName
method on the subscription, used to differentiate between aSpace
vsPage
subscription.Ticket Link
Fixes #34