UNPKG

@sendbird/uikit-react

Version:

Sendbird UIKit for React: A feature-rich and customizable chat UI kit with messaging, channel management, and user authentication.

17 lines (14 loc) 567 B
import { e as isMultipleFilesMessage } from './bundle-BtrLIwe9.js'; import { K } from './bundle-rNmE31HG.js'; function getModalDeleteMessageTitle(stringSet, message) { return K(message) .when(isMultipleFilesMessage, function () { var filesCount = message.fileInfoList.length; return "Do you want to delete all ".concat(filesCount, " photos?"); }) .otherwise(function () { return stringSet.MODAL__DELETE_MESSAGE__TITLE; }); } export { getModalDeleteMessageTitle as g }; //# sourceMappingURL=bundle-DPduJzw9.js.map