Skip to content

Commit 528ef6d

Browse files
authored
Add brand translation (#1680)
1 parent 8502da6 commit 528ef6d

File tree

1 file changed

+3
-1
lines changed
  • apps/studio/src/routes/editor/LayersPanel

1 file changed

+3
-1
lines changed

apps/studio/src/routes/editor/LayersPanel/index.tsx

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -167,7 +167,9 @@ export const LayersPanel = observer(() => {
167167
onMouseEnter={() => handleMouseEnter(TabValue.BRAND)}
168168
>
169169
<Icons.Brand className="w-5 h-5" />
170-
<span className="text-xs leading-tight">Brand</span>
170+
<span className="text-xs leading-tight">
171+
{t('editor.panels.layers.tabs.brand')}
172+
</span>
171173
</button>
172174

173175
<button

0 commit comments

Comments
 (0)