-
Notifications
You must be signed in to change notification settings - Fork 20
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
feat(ui): show which flag the segment user is using when deleting or updating it #272
feat(ui): show which flag the segment user is using when deleting or updating it #272
Conversation
@bimalgrg519, please close and delete the branch if you don't need this PR. |
ac34152
to
8050f5d
Compare
}), | ||
cannotDelete: defineMessage({ | ||
id: 'segment.confirm.delete.cannotDelete', | ||
defaultMessage: | ||
'The 「{segmentName}」 segment is being used, and you cannot delete it.', | ||
"This {segmentName} segment can't be deleted because {length} {length, plural, one {flag is} other {flags are}} using it.", |
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.
nit: This -> The
8050f5d
to
be6a2bf
Compare
be6a2bf
to
e2e70aa
Compare
@@ -415,6 +415,8 @@ | |||
"segment.update.header.description": "ユーザーセグメントを使用すると、単一のフィーチャーフラグバリエーションのすべてのユーザーターゲットを管理できます。これを使用して、多数のユーザーターゲットに対して一度に変更を加えることができます。例えば、既存のベータユーザー群に対して、機能をテスト可能になります。", | |||
"segment.update.header.title": "ユーザーセグメントの更新", | |||
"segment.update.userId": "ユーザーID一覧は他の{length}件のフラグに使用中のため、更新できません。このセグメントをフラグから削除してから更新してください。", | |||
"segment.uploading.message": "ユーザー一覧のアップロードが完了するまでセグメントの更新はできません。", |
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.
@bimalgrg519, please update this message as follows.
ユーザー一覧はアップロード中のため、セグメントユーザーの更新ができません。
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.
Thank you!
Fix #276