* Remove the t function and all wrong uses of preventDoubleTap * Fix existing typo * Fix tests * Address comments * Fix test
11 lines
295 B
TypeScript
11 lines
295 B
TypeScript
// Copyright (c) 2015-present Mattermost, Inc. All Rights Reserved.
|
|
// See LICENSE.txt for license information.
|
|
|
|
import {defineMessages} from 'react-intl';
|
|
|
|
export const messages = defineMessages({
|
|
speaker: {
|
|
id: 'mobile.calls_speaker',
|
|
defaultMessage: 'Speaker',
|
|
},
|
|
});
|