RTL
This commit is contained in:
parent
1f2cde6d04
commit
0e490542a7
196 changed files with 2117 additions and 1217 deletions
|
@ -5,6 +5,7 @@ import React from 'react';
|
|||
|
||||
import type { LocalizerType } from '../types/Util';
|
||||
import { getStoryDistributionListName } from '../types/Stories';
|
||||
import { UserText } from './UserText';
|
||||
|
||||
type PropsType = {
|
||||
i18n: LocalizerType;
|
||||
|
@ -17,5 +18,5 @@ export function StoryDistributionListName({
|
|||
id,
|
||||
name,
|
||||
}: PropsType): JSX.Element {
|
||||
return <>{getStoryDistributionListName(i18n, id, name)}</>;
|
||||
return <UserText text={getStoryDistributionListName(i18n, id, name)} />;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue