change(ui) - text chante on create issue and share popups
This commit is contained in:
parent
41c0f19c62
commit
128f22ade7
2 changed files with 2 additions and 2 deletions
|
|
@ -13,7 +13,7 @@ const IssuesModal = ({
|
|||
<div className={ stl.wrapper }>
|
||||
<h3 className="text-xl font-semibold">
|
||||
{/* <Icon name={headerIcon} size="18" color="color-gray-darkest" /> */}
|
||||
<span>{`Report an Issue on ${provider === 'jira' ? 'Jira' : 'Github'}`}</span>
|
||||
<span>Create Issue</span>
|
||||
</h3>
|
||||
<Provider store={store}>
|
||||
<IssueForm sessionId={ sessionId } closeHandler={ closeHandler } />
|
||||
|
|
|
|||
|
|
@ -114,7 +114,7 @@ export default class SharePopup extends React.PureComponent {
|
|||
) : (
|
||||
<>
|
||||
<div className="text-xl mr-4 font-semibold mb-4">
|
||||
Share this session link to Slack/MS Teams
|
||||
Share
|
||||
</div>
|
||||
{slackOptions.length > 0 || msTeamsOptions.length > 0 ? (
|
||||
<div>
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue