Skip to content

Commit 08d9777

Browse files
authored
fix:Improve the readability of the form labels for API keys. (#33)
1 parent eb86c36 commit 08d9777

File tree

1 file changed

+10
-10
lines changed

1 file changed

+10
-10
lines changed

app/components/sidebar/components/TTSPanel.tsx

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -721,7 +721,7 @@ export default function TTSPanel() {
721721
textAlign: 'left',
722722
}}
723723
>
724-
appId
724+
APP ID
725725
</label>
726726
<input
727727
type="text"
@@ -758,7 +758,7 @@ export default function TTSPanel() {
758758
textAlign: 'left',
759759
}}
760760
>
761-
key
761+
Key / Access Token
762762
</label>
763763
<input
764764
type="text"
@@ -800,7 +800,7 @@ export default function TTSPanel() {
800800
textAlign: 'left',
801801
}}
802802
>
803-
appId
803+
APP ID
804804
</label>
805805
<input
806806
type="text"
@@ -837,7 +837,7 @@ export default function TTSPanel() {
837837
textAlign: 'left',
838838
}}
839839
>
840-
key
840+
Key / Access Token
841841
</label>
842842
<input
843843
type="text"
@@ -879,7 +879,7 @@ export default function TTSPanel() {
879879
textAlign: 'left',
880880
}}
881881
>
882-
appId
882+
APP ID
883883
</label>
884884
<input
885885
type="text"
@@ -916,7 +916,7 @@ export default function TTSPanel() {
916916
textAlign: 'left',
917917
}}
918918
>
919-
appKey
919+
APP Key
920920
</label>
921921
<input
922922
type="text"
@@ -958,7 +958,7 @@ export default function TTSPanel() {
958958
textAlign: 'left',
959959
}}
960960
>
961-
apiKey
961+
API Key
962962
</label>
963963
<input
964964
type="text"
@@ -1000,7 +1000,7 @@ export default function TTSPanel() {
10001000
textAlign: 'left',
10011001
}}
10021002
>
1003-
apiKey
1003+
API Key
10041004
</label>
10051005
<input
10061006
type="text"
@@ -1042,7 +1042,7 @@ export default function TTSPanel() {
10421042
textAlign: 'left',
10431043
}}
10441044
>
1045-
apiKey
1045+
API Key
10461046
</label>
10471047
<input
10481048
type="text"
@@ -1084,7 +1084,7 @@ export default function TTSPanel() {
10841084
textAlign: 'left',
10851085
}}
10861086
>
1087-
apiKey
1087+
API Key
10881088
</label>
10891089
<input
10901090
type="text"

0 commit comments

Comments
 (0)