text: t()

in src/app/modelRepository/components/commands.tsx [75:88]


                    text: t(ResourceKeys.modelRepository.commands.back.label)
                }
            );
        }

        return items;
    };

    const getCommandBarItemsAdd = (): IContextualMenuItem[] => {
        return [
            {
                ariaLabel: t(ResourceKeys.modelRepository.commands.addPublicSource.ariaLabel),
                disabled: repositoryLocationSettings.some(item => item.repositoryLocationType === REPOSITORY_LOCATION_TYPE.Public),
                iconProps: {