Skip to content

Commit

Permalink
Fix image url for cdn errors
Browse files Browse the repository at this point in the history
  • Loading branch information
maxwofford committed Jan 19, 2022
1 parent 5ed89bc commit 1c13753
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/utils/transcript.yml
Original file line number Diff line number Diff line change
Expand Up @@ -563,7 +563,7 @@ fileShare:
type: plain_text
text: File too big!
emoji: true
image_url: this.t('fileShare.errorTooBigImages')
image_url: ${this.t('fileShare.errorTooBigImages')}
alt_text: file too large
errorGenericImages:
- https://cloud-3tq9t10za-hack-club-bot.vercel.app/0generic_3.png
Expand All @@ -582,7 +582,7 @@ fileShare:
type: plain_text
text: Error!
emoji: true
image_url: this.t('fileShare.errorGenericImages')
image_url: ${this.t('fileShare.errorGenericImages')}
alt_text: Something went wrong
extensions:
gif:
Expand Down

0 comments on commit 1c13753

Please sign in to comment.