Skip to content

Commit

Permalink
feat: change Rubrik to Titel (#2004)
Browse files Browse the repository at this point in the history
  • Loading branch information
Dalneberg authored May 6, 2024
1 parent f0f4cb9 commit c8d0e61
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/controls/print/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ const Print = function Print(options = {}) {
printLegend = {},
title = 'Skriv ut',
headerText = '',
headerPlaceholderText = 'Här kan du skriva en rubrik',
headerPlaceholderText = 'Här kan du skriva en titel',
headerAlignment = 'center',
headerSizes = ['h1', 'h2', 'h3', 'h4', 'h5', 'h6'],
headerSize = 'h4',
Expand Down
2 changes: 1 addition & 1 deletion src/controls/print/title-control.js
Original file line number Diff line number Diff line change
Expand Up @@ -119,7 +119,7 @@ export default function TitleControl(options = {}) {
render() {
return `
<div class="padding-top-large"></div>
<h6>Rubrik</h6>
<h6>Titel</h6>
<div class="padding-smaller o-tooltip active">
<div class="float-left flex align-center">
${inputTitle.render()}
Expand Down

0 comments on commit c8d0e61

Please sign in to comment.