Browse Source

Fix typo in actions.tsx (#3225)

alway -> always
pull/3228/head
Ikko Eltociear Ashimine 2 years ago committed by GitHub
parent
commit
0fb821b33c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      web/pages/admin/actions.tsx

2
web/pages/admin/actions.tsx

@ -393,7 +393,7 @@ const Actions = () => { @@ -393,7 +393,7 @@ const Actions = () => {
title: 'Opens',
key: 'openExternally',
dataIndex: 'openExternally',
// Note: embeds will alway open in the same tab / in a modal
// Note: embeds will always open in the same tab / in a modal
render: (openExternally: boolean, record) =>
!openExternally || record.html ? 'In the same tab' : 'In a new tab',
},

Loading…
Cancel
Save