mirror of
https://github.com/vector-im/element-call.git
synced 2026-02-02 04:05:56 +00:00
@@ -93,7 +93,7 @@ export const FeedbackSettingsTab: FC<Props> = ({ roomId }) => {
|
||||
</FieldRow>
|
||||
)}
|
||||
<Button type="submit" disabled={sending}>
|
||||
{sending ? t("submitting") : "action.submit"}
|
||||
{sending ? t("submitting") : t("action.submit")}
|
||||
</Button>
|
||||
</FieldRow>
|
||||
)}
|
||||
|
||||
Reference in New Issue
Block a user