refactor: better copy

This commit is contained in:
Liyas Thomas
2021-01-23 19:43:11 +05:30
parent 290781e734
commit ca66b47014
7 changed files with 34 additions and 57 deletions

View File

@@ -35,7 +35,7 @@
>
<li>
<input
:placeholder="$t('parameter_count', { count: index + 1 })"
:placeholder="$t('variable_count', { count: index + 1 })"
:name="'param' + index"
:value="variable.key"
@change="

View File

@@ -3,7 +3,7 @@
<ul>
<li>
<div class="row-wrapper">
<label for="reqParamList">{{ $t("parameter_list") }}</label>
<label for="reqParamList">{{ $t("request_body") }}</label>
<div>
<button
class="icon"

View File

@@ -118,7 +118,7 @@
d="M24 4.557a9.83 9.83 0 01-2.828.775 4.932 4.932 0 002.165-2.724 9.864 9.864 0 01-3.127 1.195 4.916 4.916 0 00-3.594-1.555c-3.179 0-5.515 2.966-4.797 6.045A13.978 13.978 0 011.671 3.149a4.93 4.93 0 001.523 6.574 4.903 4.903 0 01-2.229-.616c-.054 2.281 1.581 4.415 3.949 4.89a4.935 4.935 0 01-2.224.084 4.928 4.928 0 004.6 3.419A9.9 9.9 0 010 19.54a13.94 13.94 0 007.548 2.212c9.142 0 14.307-7.721 13.995-14.646A10.025 10.025 0 0024 4.557z"
/>
</svg>
<span>{{ $t("tweet") }}</span>
<span>Tweet</span>
</button>
<button
v-if="navigatorShare"