i18n trigger message
This commit is contained in:
@@ -0,0 +1,9 @@
|
||||
import type { BaseTranslation } from "../i18n-types";
|
||||
|
||||
const message: BaseTranslation = {
|
||||
openWebsiteTrigger: "Press SPACE or touch here to open web site",
|
||||
openWebsiteTabTrigger: "Press SPACE or touch here to open web site in new tab",
|
||||
openJitsiTrigger: "Press SPACE or touch here to enter Jitsi Meet room",
|
||||
};
|
||||
|
||||
export default message;
|
||||
Reference in New Issue
Block a user