Skip to content

Commit

Permalink
shorten s/n description
Browse files Browse the repository at this point in the history
  • Loading branch information
ech0-de committed Jun 2, 2023
1 parent f49e621 commit d5d7f87
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/renderer.js
Original file line number Diff line number Diff line change
Expand Up @@ -296,7 +296,7 @@ window.addEventListener('DOMContentLoaded', async () => {
}

if (yaml.serial) {
yaml.description = `Seriennummer: ${yaml.serial}\n${yaml.description}`;
yaml.description = `S/N: ${yaml.serial}\n${yaml.description}`;
}

const item = document.createElement('li');
Expand Down

0 comments on commit d5d7f87

Please sign in to comment.