diff --git a/web/static/index.html b/web/static/index.html
index 3538791..4ef568c 100644
--- a/web/static/index.html
+++ b/web/static/index.html
@@ -129,8 +129,8 @@
Adobe Sign
-
- DocuSign
+
+ Docusign
M
diff --git a/web/static/js/auth.js b/web/static/js/auth.js
index eb368b4..cb4263d 100644
--- a/web/static/js/auth.js
+++ b/web/static/js/auth.js
@@ -1,4 +1,4 @@
-// Auth: connect/disconnect Adobe Sign and DocuSign, auth status chips
+// Auth: connect/disconnect Adobe Sign and Docusign, auth status chips
import { api } from './api.js';
import { state, setState } from './state.js';
@@ -13,7 +13,7 @@ export async function refreshAuth() {
adobe: !!data.adobe,
docusign: !!data.docusign,
adobeLabel: data.adobe_label || 'Adobe Sign',
- docusignLabel: data.docusign_label || 'DocuSign',
+ docusignLabel: data.docusign_label || 'Docusign',
});
} catch (e) {
console.warn('Auth status failed:', e.message);
@@ -25,7 +25,7 @@ export async function refreshAuth() {
export function renderAuthChips() {
renderChip('chip-adobe', state.auth.adobe, 'Adobe Sign', onClickAdobe);
- renderChip('chip-docusign', state.auth.docusign, 'DocuSign', onClickDocusign);
+ renderChip('chip-docusign', state.auth.docusign, 'Docusign', onClickDocusign);
}
function renderChip(id, connected, label, onClick) {
@@ -102,11 +102,11 @@ async function connectDocusign() {
refreshTemplates();
} else {
renderAuthChips();
- showToast('DocuSign error: ' + (data.error || 'unknown'), 'error');
+ showToast('Docusign error: ' + (data.error || 'unknown'), 'error');
}
} catch (e) {
renderAuthChips();
- showToast('DocuSign connection failed: ' + e.message, 'error');
+ showToast('Docusign connection failed: ' + e.message, 'error');
}
}
diff --git a/web/static/js/history.js b/web/static/js/history.js
index daa670a..dee48f5 100644
--- a/web/static/js/history.js
+++ b/web/static/js/history.js
@@ -77,7 +77,7 @@ function _render() {
${_th('adobe_template_name', 'Template')}
${_th('action', 'Action')}
${_th('status', 'Status')}
- DocuSign ID
+ Docusign ID
Checksum
diff --git a/web/static/js/migration.js b/web/static/js/migration.js
index 636c8b4..6afaa86 100644
--- a/web/static/js/migration.js
+++ b/web/static/js/migration.js
@@ -49,7 +49,7 @@ export function showOptionsModal(ids) {
Dry Run
-
Validate and preview without creating DocuSign templates
+
Validate and preview without creating Docusign templates
@@ -59,7 +59,7 @@ export function showOptionsModal(ids) {
class="toggle ${settings.defaultOverwrite ? 'on' : ''}">
Overwrite Existing
-
Update DocuSign templates that already exist (default: skip)
+
Update Docusign templates that already exist (default: skip)
@@ -67,7 +67,7 @@ export function showOptionsModal(ids) {
Include Documents
-
Embed PDFs in the DocuSign template payload
+
Embed PDFs in the Docusign template payload
diff --git a/web/static/js/settings.js b/web/static/js/settings.js
index 8795596..f228b69 100644
--- a/web/static/js/settings.js
+++ b/web/static/js/settings.js
@@ -89,7 +89,7 @@ export function renderSettings() {
Include Documents by Default
-
Embed PDFs in the DocuSign template payload
+
Embed PDFs in the Docusign template payload
- DocuSign
+ Docusign
${data.docusign ? 'Connected' : 'Not connected'}
${data.docusign ? '● Connected' : '○ Disconnected'}
- DocuSign Account ID
+ Docusign Account ID
${escHtml(data.docusign_account_id || '—')}
diff --git a/web/static/js/state.js b/web/static/js/state.js
index b51134c..8eab59c 100644
--- a/web/static/js/state.js
+++ b/web/static/js/state.js
@@ -8,7 +8,7 @@ export const state = {
adobe: false,
docusign: false,
adobeLabel: 'Adobe Sign',
- docusignLabel: 'DocuSign',
+ docusignLabel: 'Docusign',
},
templates: [], // [{ adobe_id, name, status, blockers, warnings, ... }]
selectedIds: new Set(),
diff --git a/web/static/js/templates.js b/web/static/js/templates.js
index c1278b7..f477d7f 100644
--- a/web/static/js/templates.js
+++ b/web/static/js/templates.js
@@ -80,7 +80,7 @@ function _render() {
${!state.auth.adobe || !state.auth.docusign ? `
ℹ️
- Connect both Adobe Sign and DocuSign in the top bar to load templates.
+ Connect both Adobe Sign and Docusign in the top bar to load templates.
` : ''}
@@ -182,7 +182,7 @@ function _templateRow(t) {
${formatRelative(t.adobe_modified)}
${t.docusign_id
- ? `In DocuSign `
+ ? `In Docusign `
: `Not Migrated `}
@@ -401,7 +401,7 @@ function _renderDetailTab(t, tabKey) {
${t.docusign_id ? `
- DocuSign Template ID
+ Docusign Template ID
${escHtml(t.docusign_id)}
` : ''}
@@ -448,7 +448,7 @@ function _renderDetailTab(t, tabKey) {
- Time Action Status DocuSign ID
+ Time Action Status Docusign ID
${[...records].reverse().map(r => `
diff --git a/web/static/js/verification.js b/web/static/js/verification.js
index d1771c1..bc20c8a 100644
--- a/web/static/js/verification.js
+++ b/web/static/js/verification.js
@@ -24,7 +24,7 @@ export async function renderVerification(preloadedIds = null) {
if (!state.auth.docusign) {
outlet.innerHTML = `
- ℹ️ Connect DocuSign to send verification envelopes.
`;
+ ℹ️ Connect Docusign to send verification envelopes.
`;
return;
}
@@ -54,7 +54,7 @@ function _renderVerifyView(candidates) {
ℹ️
- Verification sends a real DocuSign envelope using each template. Test envelopes should be voided after use.
+ Verification sends a real Docusign envelope using each template. Test envelopes should be voided after use.
Configure default recipient in
Settings .
@@ -68,7 +68,7 @@ function _renderVerifyView(candidates) {
Template
- DocuSign ID
+ Docusign ID
Verification Status
Actions