Commit a5de576d authored by shampton's avatar shampton

Remove visual review app token step

Now that the visual review tool no longer needs
authentication token, we're removing that step
from the instructions.
parent faa1aa52
---
title: Remove authentication step from visual review tools instructions
merge_request:
author:
type: changed
...@@ -86,20 +86,7 @@ export default { ...@@ -86,20 +86,7 @@ export default {
), ),
step3: sprintf( step3: sprintf(
s__( s__(
'VisualReviewApp|%{stepStart}Step 3%{stepEnd}. Open the Review App and provide a %{linkStart}personal access token%{linkEnd}.', `VisualReviewApp|%{stepStart}Step 3%{stepEnd}. If not previously %{linkStart}configured%{linkEnd} by a developer, enter the merge request ID for the review when prompted. The ID of this merge request is %{stepStart}%{mrId}%{stepStart}.`,
),
{
stepStart: '<strong>',
stepEnd: '</strong>',
linkStart:
'<a href="https://docs.gitlab.com/ee/user/profile/personal_access_tokens.html">',
linkEnd: '</a>',
},
false,
),
step4: sprintf(
s__(
`VisualReviewApp|%{stepStart}Step 4%{stepEnd}. If not previously %{linkStart}configured%{linkEnd} by a developer, enter the merge request ID for the review when prompted. The ID of this merge request is %{stepStart}%{mrId}%{stepStart}.`,
), ),
{ {
stepStart: '<strong>', stepStart: '<strong>',
...@@ -111,8 +98,8 @@ export default { ...@@ -111,8 +98,8 @@ export default {
}, },
false, false,
), ),
step5: sprintf( step4: sprintf(
s__('VisualReviewApp|%{stepStart}Step 5%{stepEnd}. Leave feedback in the Review App.'), s__('VisualReviewApp|%{stepStart}Step 4%{stepEnd}. Leave feedback in the Review App.'),
{ {
stepStart: '<strong>', stepStart: '<strong>',
stepEnd: '</strong>', stepEnd: '</strong>',
...@@ -165,9 +152,8 @@ export default { ...@@ -165,9 +152,8 @@ export default {
</div> </div>
</div> </div>
<p v-html="instructionText.step2"></p> <p v-html="instructionText.step2"></p>
<p v-html="instructionText.step3"></p>
<p> <p>
<span v-html="instructionText.step4"></span> <span v-html="instructionText.step3"></span>
<modal-copy-button <modal-copy-button
:title="copyToClipboard.mrId" :title="copyToClipboard.mrId"
:text="appMetadata.mergeRequestId.toString()" :text="appMetadata.mergeRequestId.toString()"
...@@ -175,7 +161,7 @@ export default { ...@@ -175,7 +161,7 @@ export default {
css-classes="border-0 gl-pt-0 gl-pr-0 gl-pl-1 gl-pb-0" css-classes="border-0 gl-pt-0 gl-pr-0 gl-pl-1 gl-pb-0"
/> />
</p> </p>
<p v-html="instructionText.step5"></p> <p v-html="instructionText.step4"></p>
</gl-modal> </gl-modal>
</div> </div>
</template> </template>
...@@ -19327,13 +19327,10 @@ msgstr "" ...@@ -19327,13 +19327,10 @@ msgstr ""
msgid "VisualReviewApp|%{stepStart}Step 2%{stepEnd}. Add it to the %{headTags} tags of every page of your application, ensuring the merge request ID is set or not set as required. " msgid "VisualReviewApp|%{stepStart}Step 2%{stepEnd}. Add it to the %{headTags} tags of every page of your application, ensuring the merge request ID is set or not set as required. "
msgstr "" msgstr ""
msgid "VisualReviewApp|%{stepStart}Step 3%{stepEnd}. Open the Review App and provide a %{linkStart}personal access token%{linkEnd}." msgid "VisualReviewApp|%{stepStart}Step 3%{stepEnd}. If not previously %{linkStart}configured%{linkEnd} by a developer, enter the merge request ID for the review when prompted. The ID of this merge request is %{stepStart}%{mrId}%{stepStart}."
msgstr "" msgstr ""
msgid "VisualReviewApp|%{stepStart}Step 4%{stepEnd}. If not previously %{linkStart}configured%{linkEnd} by a developer, enter the merge request ID for the review when prompted. The ID of this merge request is %{stepStart}%{mrId}%{stepStart}." msgid "VisualReviewApp|%{stepStart}Step 4%{stepEnd}. Leave feedback in the Review App."
msgstr ""
msgid "VisualReviewApp|%{stepStart}Step 5%{stepEnd}. Leave feedback in the Review App."
msgstr "" msgstr ""
msgid "VisualReviewApp|Copy merge request ID" msgid "VisualReviewApp|Copy merge request ID"
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment