File tree Expand file tree Collapse file tree 5 files changed +5
-5
lines changed
space/core/components/issues/filters
inbox/inbox-filter/filters Expand file tree Collapse file tree 5 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -48,7 +48,7 @@ export const FilterPriority: React.FC<Props> = observer((props) => {
4848 />
4949 ) )
5050 ) : (
51- < p className = "text-xs italic text-custom-text-400" > { t ( "common.no_matches_found" ) } </ p >
51+ < p className = "text-xs italic text-custom-text-400" > { t ( "common.search. no_matches_found" ) } </ p >
5252 ) }
5353 </ div >
5454 ) }
Original file line number Diff line number Diff line change @@ -171,7 +171,7 @@ export const ProfileLayoutSidebar = observer(() => {
171171 < div className = "flex items-center gap-1.5 py-[1px]" >
172172 < ProjectActionIcons type = { link . key } size = { 16 } />
173173
174- { ! sidebarCollapsed && < p className = "text-sm leading-5 font-medium" > { t ( link . key ) } </ p > }
174+ { ! sidebarCollapsed && < p className = "text-sm leading-5 font-medium" > { t ( link . i18n_label ) } </ p > }
175175 </ div >
176176 </ SidebarNavItem >
177177 </ Tooltip >
Original file line number Diff line number Diff line change @@ -163,7 +163,7 @@ export const CycleOptions: FC<CycleOptionsProps> = observer((props) => {
163163 </ Combobox . Option >
164164 ) )
165165 ) : (
166- < p className = "px-1.5 py-1 italic text-custom-text-400" > { t ( "common.no_matches_found" ) } </ p >
166+ < p className = "px-1.5 py-1 italic text-custom-text-400" > { t ( "common.search. no_matches_found" ) } </ p >
167167 )
168168 ) : (
169169 < p className = "px-1.5 py-1 italic text-custom-text-400" > { t ( "common.loading" ) } </ p >
Original file line number Diff line number Diff line change @@ -51,7 +51,7 @@ export const FilterPriority: FC<Props> = observer((props) => {
5151 />
5252 ) )
5353 ) : (
54- < p className = "text-xs italic text-custom-text-400" > { t ( "common.no_matches_found" ) } </ p >
54+ < p className = "text-xs italic text-custom-text-400" > { t ( "common.search. no_matches_found" ) } </ p >
5555 ) }
5656 </ div >
5757 ) }
Original file line number Diff line number Diff line change @@ -45,7 +45,7 @@ export const FilterPriority: React.FC<Props> = observer((props) => {
4545 />
4646 ) )
4747 ) : (
48- < p className = "text-xs italic text-custom-text-400" > { t ( "common.no_matches_found" ) } </ p >
48+ < p className = "text-xs italic text-custom-text-400" > { t ( "common.search. no_matches_found" ) } </ p >
4949 ) }
5050 </ div >
5151 ) }
You can’t perform that action at this time.
0 commit comments