FakeNitro: Remove extra space in modal
This commit is contained in:
parent
553a48b6ce
commit
23ff82fa62
|
@ -791,8 +791,8 @@ export default definePlugin({
|
||||||
title: "Hold on!",
|
title: "Hold on!",
|
||||||
body: <div>
|
body: <div>
|
||||||
<Forms.FormText>
|
<Forms.FormText>
|
||||||
You are trying to send/edit a message that contains a FakeNitro emoji or sticker
|
You are trying to send/edit a message that contains a FakeNitro emoji or sticker,
|
||||||
, however you do not have permissions to embed links in the current channel.
|
however you do not have permissions to embed links in the current channel.
|
||||||
Are you sure you want to send this message? Your FakeNitro items will appear as a link only.
|
Are you sure you want to send this message? Your FakeNitro items will appear as a link only.
|
||||||
</Forms.FormText>
|
</Forms.FormText>
|
||||||
<Forms.FormText type={Forms.FormText.Types.DESCRIPTION}>
|
<Forms.FormText type={Forms.FormText.Types.DESCRIPTION}>
|
||||||
|
|
Loading…
Reference in a new issue