Skip to content

Commit 907c120

Browse files
committed
feat(sim-ln): update translations
1 parent 6e075df commit 907c120

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

src/components/designer/default/cards/SimulationDesignerCard.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -245,7 +245,7 @@ const SimulationDesignerCard: React.FC<Props> = ({ visible, network }) => {
245245
</div>
246246
<Styled.AddNodes>
247247
<h3>{l('addActivitiesTitle')}</h3>
248-
<Tooltip overlay={l('createBtn')}>
248+
<Tooltip overlay={l('addActivity')}>
249249
<Button type="text" icon={<PlusOutlined />} onClick={handleCreate} />
250250
</Tooltip>
251251
</Styled.AddNodes>

src/i18n/locales/en-US.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -126,6 +126,7 @@
126126
"cmps.designer.default.cards.SimulationDesignerCard.startWarning": "The network and activity nodes must be started to run simulations",
127127
"cmps.designer.default.cards.SimulationDesignerCard.NoActivityAddedWarning": "Please add at least one activity to run simulations",
128128
"cmps.designer.default.cards.SimulationDesignerCard.linkErrNotStarted": "The nodes must be started first",
129+
"cmps.designer.default.cards.SimulationDesignerCard.addActivity": "Add activity",
129130

130131
"cmps.designer.default.cards.NetworkDesignerCard.showVersions": "Show All Versions",
131132

0 commit comments

Comments
 (0)