Update button label text for German localization
The text content of a `div` element in `pdf-viewer.js` was updated from "Sign" to "Unterschreiben" to support German localization. This change improves the user interface for German-speaking users by providing a translated label.
This commit is contained in:
@@ -533,7 +533,7 @@ window.pdfViewer = {
|
||||
|
||||
// Add text
|
||||
const textDiv = document.createElement('div');
|
||||
textDiv.textContent = 'Sign';
|
||||
textDiv.textContent = 'Unterschreiben';
|
||||
textDiv.style.fontSize = '18px';
|
||||
textDiv.style.fontWeight = '700';
|
||||
|
||||
|
||||
Reference in New Issue
Block a user