Skip to content

Commit

Permalink
Update description text for transactions (#1409)
Browse files Browse the repository at this point in the history
Signed-off-by: Simi Hunjan <[email protected]>
Signed-off-by: Svetoslav Borislavov <[email protected]>
Co-authored-by: Svetoslav Borislavov <[email protected]>
  • Loading branch information
SimiHunjan and SvetBorislavov authored Jan 2, 2025
1 parent 880a471 commit dbb1dd2
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ onMounted(async () => {
</script>
<template>
<div class="row">
<div class="form-group" :class="['col-8 col-xxxl-6']">
<div class="form-group col-11">
<label class="form-label">Transaction Description</label>
<AppTextArea
:model-value="description"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -237,7 +237,7 @@ const handleSign = async () => {
}
const personalPassword = getPassword(handleSign, {
subHeading: 'Enter your application password to decrypt your private key',
subHeading: 'Enter your application password to access your private key',
});
if (passwordModalOpened(personalPassword)) return;
Expand Down Expand Up @@ -312,7 +312,7 @@ const handleApprove = async (approved: boolean, showModal?: boolean) => {
}
const personalPassword = getPassword(callback, {
subHeading: 'Enter your application password to decrypt your private key',
subHeading: 'Enter your application password to access your private key',
});
if (passwordModalOpened(personalPassword)) return;
Expand Down Expand Up @@ -526,7 +526,7 @@ watch(
/* Misc */
const sectionHeadingClass = 'd-flex justify-content-between align-items-center';
const detailItemLabelClass = 'text-micro text-semi-bold text-dark-blue';
const detailItemValueClass = 'text-small mt-1';
const detailItemValueClass = 'text-small mt-1 text-break';
const commonColClass = 'col-6 col-lg-5 col-xl-4 col-xxl-3 overflow-hidden py-3';
const reject = 'Reject';
const approve = 'Approve';
Expand Down Expand Up @@ -618,7 +618,7 @@ const cancel = 'Cancel';
<div class="fill-remaining mt-5 pe-4">
<div class="row flex-wrap">
<!-- Description -->
<div :class="commonColClass">
<div class="col-11">
<div
v-if="
(
Expand Down

0 comments on commit dbb1dd2

Please sign in to comment.