Skip to content

Commit 3e14fa2

Browse files
committed
Update copy and improve UI
1 parent de8f897 commit 3e14fa2

4 files changed

Lines changed: 5 additions & 2 deletions

File tree

extension-unpacked.zip

14 Bytes
Binary file not shown.

extension/content.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -551,7 +551,7 @@ function updateMeetingTitle() {
551551
meetingTitleElement.title = "Edit meeting title for TranscripTonic"
552552
meetingTitleElement.style.cssText = `text-decoration: underline white; text-underline-offset: 4px;`
553553
if (location.pathname === `/${meetingTitleElement.innerText}`) {
554-
showNotification({ status: 200, message: "<b>Give this meeting a name?</b><br/>Edit the underlined text in the bottom left corner" })
554+
showNotification({ status: 200, message: "<b>Give this meeting a title?</b><br/>Edit the underlined text in the bottom left corner" })
555555
}
556556
}, 5000)
557557

extension/meetings.html

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -418,6 +418,9 @@ <h2 style="margin-bottom: 0;">Integrate TranscripTonic with your favourite tools
418418
</div>
419419

420420
<div class="card">
421+
<div class="webhook-header" style="display: flex; gap: 0.5rem; align-items: center;">
422+
<p class="card-heading">Webhook help</p>
423+
</div>
421424
<p class="card-heading">Webhook integration guides</p>
422425
<div class="integration-card">
423426
<a class="integration-guide"

extension/popup.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -187,7 +187,7 @@ <h1>TranscripTonic</h1>
187187

188188
<div>
189189
<div class="beta" style="justify-content: flex-start;">
190-
<p style="margin: 0;"><b>Zoom and Teams transcripts are in beta:</b></p>
190+
<p style="margin: 0; color: orange"><b>Zoom and Teams transcripts are in beta:</b></p>
191191
<!-- <span class="footer-separator"></span> -->
192192
<button id="enable-beta">Enable</button>
193193
<span>or&nbsp;&nbsp;</span>

0 commit comments

Comments
 (0)