Commit 0a1bdbf 1 parent 5aab138 commit 0a1bdbf Copy full SHA for 0a1bdbf
File tree 1 file changed +3
-3
lines changed
packages/frontend/app/components/ui
1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -120,7 +120,7 @@ export const EditableTable = ({
120
120
< Table . Cell key = { 1 } >
121
121
{ option . canEdit && ! option . showInput ? (
122
122
< Button
123
- aria-label = 'save http information '
123
+ aria-label = 'edit '
124
124
onClick = { ( ) => toggleEditInput ( index ) }
125
125
>
126
126
Edit
@@ -129,7 +129,7 @@ export const EditableTable = ({
129
129
{ option . canDelete ? (
130
130
< Button
131
131
className = 'ml-2'
132
- aria-label = 'delete http information '
132
+ aria-label = 'delete'
133
133
onClick = { ( ) => deleteOption ( index ) }
134
134
>
135
135
Delete
@@ -141,7 +141,7 @@ export const EditableTable = ({
141
141
</ Table . Body >
142
142
</ Table >
143
143
< div className = 'flex justify-end mt-2' >
144
- < Button aria-label = 'add http information ' onClick = { ( ) => addOption ( ) } >
144
+ < Button aria-label = 'add' onClick = { ( ) => addOption ( ) } >
145
145
Add
146
146
</ Button >
147
147
</ div >
You can’t perform that action at this time.
0 commit comments